Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2016 12:49:02 +0000 (13:49 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 2 Feb 2016 12:49:20 +0000 (13:49 +0100)
src/bin/pg_basebackup/pg_recvlogical.c

index b568a7827a42e6575b5b274456f9756e742dfeea..73625256acab26cd630d5b65db962b33b84d7b3c 100644 (file)
@@ -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();