From c9fc28a7f12e27d530e2657c9dc6080fbfbe8a14 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 1 Jun 2013 10:18:59 -0400 Subject: Minor spelling fixes Fix a few spelling mistakes. Per bug report #8193 from Lajos Veres. --- src/backend/access/transam/xlogreader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/xlogreader.c') diff --git a/src/backend/access/transam/xlogreader.c b/src/backend/access/transam/xlogreader.c index fc6ff80644..6c971f30a2 100644 --- a/src/backend/access/transam/xlogreader.c +++ b/src/backend/access/transam/xlogreader.c @@ -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. */ -- cgit v1.2.1