From 5303ffe71b4d28663e0881199bb1a5ea26217ce4 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Fri, 29 Dec 2017 18:32:32 -0300 Subject: [PATCH] Fix typo --- src/bin/pg_basebackup/pg_recvlogical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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