diff options
author | Fujii Masao <fujii@postgresql.org> | 2014-06-11 20:54:06 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2014-06-11 20:54:06 +0900 |
commit | a26ae56f5173f1f8990ccf134730b964506f29ba (patch) | |
tree | 15ed9ff3ef337d68fe95d9d307bc76351a884599 /src/bin/pg_basebackup/receivelog.c | |
parent | fd90b5d574f7b882a35fe345359643cb1ff2e67e (diff) |
Fix typos in comments.
Diffstat (limited to 'src/bin/pg_basebackup/receivelog.c')
-rw-r--r-- | src/bin/pg_basebackup/receivelog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/receivelog.c b/src/bin/pg_basebackup/receivelog.c index a88457fb288..d76e605e21e 100644 --- a/src/bin/pg_basebackup/receivelog.c +++ b/src/bin/pg_basebackup/receivelog.c @@ -718,7 +718,7 @@ ReadEndOfStreamingResult(PGresult *res, XLogRecPtr *startpos, uint32 *timeline) } /* - * The main loop of ReceiveXLogStream. Handles the COPY stream after + * The main loop of ReceiveXlogStream. Handles the COPY stream after * initiating streaming with the START_STREAMING command. * * If the COPY ends (not necessarily successfully) due a message from the |