aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pg_basebackup/pg_recvlogical.c2
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 05c20402e89..832f9f9141e 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();