diff options
-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 |