From: Heikki Linnakangas Date: Mon, 31 Jan 2011 16:29:38 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=32866837f005fcfdd1e1289f08a89a7c519da000;p=users%2Fhanada%2Fpostgres.git 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); }