diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-29 18:32:32 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-12-29 18:33:32 -0300 |
commit | 5303ffe71b4d28663e0881199bb1a5ea26217ce4 (patch) | |
tree | 155fadad4d50af4dc23fec6123c7268e08015a56 /src | |
parent | b40933101ca622aa8a35b6fe07ace36effadf1c7 (diff) | |
download | postgresql-5303ffe71b4d28663e0881199bb1a5ea26217ce4.tar.gz postgresql-5303ffe71b4d28663e0881199bb1a5ea26217ce4.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/pg_recvlogical.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c index c7893c10cab..f3cb831d597 100644 --- a/src/bin/pg_basebackup/pg_recvlogical.c +++ b/src/bin/pg_basebackup/pg_recvlogical.c @@ -1037,7 +1037,7 @@ flushAndSendFeedback(PGconn *conn, TimestampTz *now) } /* - * Try to inform the server about of upcoming demise, but don't wait around or + * Try to inform the server about our upcoming demise, but don't wait around or * retry on failure. */ static void |