From: Heikki Linnakangas Date: Mon, 31 Jan 2011 16:29:38 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL9_1_ALPHA4~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32866837f005fcfdd1e1289f08a89a7c519da000;p=postgresql Fix typo --- diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index ef2718a435..6708fb7bf5 100644 --- a/src/bin/pg_basebackup/pg_basebackup.c +++ b/src/bin/pg_basebackup/pg_basebackup.c @@ -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); }