diff options
author | Michael Paquier | 2021-04-19 02:32:30 +0000 |
---|---|---|
committer | Michael Paquier | 2021-04-19 02:32:30 +0000 |
commit | 7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f (patch) | |
tree | 9dd7a216019831ea53951e4e08aff564b634dba8 /src/bin/pg_waldump/pg_waldump.c | |
parent | c731f9187b5fd7038b04ba60703d3cace1806366 (diff) |
Fix typos and grammar in comments and docs
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/bin/pg_waldump/pg_waldump.c')
-rw-r--r-- | src/bin/pg_waldump/pg_waldump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_waldump/pg_waldump.c b/src/bin/pg_waldump/pg_waldump.c index d4d6bb25a9f..4ec273e6d28 100644 --- a/src/bin/pg_waldump/pg_waldump.c +++ b/src/bin/pg_waldump/pg_waldump.c @@ -323,7 +323,7 @@ WALDumpCloseSegment(XLogReaderState *state) } /* - * pg_waldump's WAL page rader + * pg_waldump's WAL page reader * * timeline and startptr specifies the LSN, and reads up to endptr. */ |