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:02 +0100 |
commit | 23f3cc36ed8188b0b8bf22daa4bb5b47d216c15d (patch) | |
tree | 9f1e8ee29ed869eb160b905816688c47fbf68d97 /src | |
parent | f25d07d99f4acf136baed4ef29ea97faad7337db (diff) | |
download | postgresql-23f3cc36ed8188b0b8bf22daa4bb5b47d216c15d.tar.gz postgresql-23f3cc36ed8188b0b8bf22daa4bb5b47d216c15d.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 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(); |