diff options
author | Magnus Hagander <magnus@hagander.net> | 2016-02-02 13:49:02 +0100 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2016-02-02 13:49:20 +0100 |
commit | 081f7fe11024d281e6aae0904a5ff03bfa6f0811 (patch) | |
tree | 1a8f338ae8388f045a4b433164f987b03986f9fa /src | |
parent | 62e0ade9aa89c8f88ce506e1cb4be6e3697ee2d0 (diff) | |
download | postgresql-081f7fe11024d281e6aae0904a5ff03bfa6f0811.tar.gz postgresql-081f7fe11024d281e6aae0904a5ff03bfa6f0811.zip |
Fix typo in comment
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 b568a7827a4..73625256aca 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(); |