]> granicus.if.org Git - postgresql/commitdiff
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:02 +0000 (13:49 +0100)
src/bin/pg_basebackup/pg_recvlogical.c

index 05c20402e892582f807285630ec4cab513cea98a..832f9f9141e729b99a32bf2b046be75036b4c16f 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();