Fix typo
authorHeikki Linnakangas <[email protected]>
Mon, 31 Jan 2011 16:29:38 +0000 (18:29 +0200)
committerHeikki Linnakangas <[email protected]>
Mon, 31 Jan 2011 16:29:38 +0000 (18:29 +0200)
src/bin/pg_basebackup/pg_basebackup.c

index ef2718a435ed74cf0f420bce3c0e41921150b0db..6708fb7bf58654213f1f6b9b6e5e368c8fe40539 100644 (file)
@@ -645,7 +645,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
 
    if (file != NULL)
    {
-       fprintf(stderr, _("%s: last file was never finsihed!\n"), progname);
+       fprintf(stderr, _("%s: last file was never finished!\n"), progname);
        disconnect_and_exit(1);
    }