1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Minor spelling fixes

Fix a few spelling mistakes.

Per bug report #8193 from Lajos Veres.
This commit is contained in:
Stephen Frost
2013-06-01 10:18:59 -04:00
parent 551938ae22
commit c9fc28a7f1
4 changed files with 7 additions and 7 deletions

View File

@ -903,7 +903,7 @@ ValidXLogPageHeader(XLogReaderState *state, XLogRecPtr recptr,
/*
* Find the first record with at an lsn >= RecPtr.
*
* Useful for checking wether RecPtr is a valid xlog address for reading and to
* Useful for checking whether RecPtr is a valid xlog address for reading and to
* find the first valid address after some address when dumping records for
* debugging purposes.
*/