From 081f7fe11024d281e6aae0904a5ff03bfa6f0811 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 2 Feb 2016 13:49:02 +0100 Subject: [PATCH] Fix typo in comment --- 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 b568a7827a..73625256ac 100644 --- a/src/bin/pg_basebackup/pg_recvlogical.c +++ b/src/bin/pg_basebackup/pg_recvlogical.c @@ -853,7 +853,7 @@ main(int argc, char **argv) /* * Obtain a connection to server. This is not really necessary but it - * helps to get more precise error messages about authentification, + * helps to get more precise error messages about authentication, * required GUC parameters and such. */ conn = GetConnection();