diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-01-31 18:29:38 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2011-01-31 18:29:38 +0200 |
commit | 32866837f005fcfdd1e1289f08a89a7c519da000 (patch) | |
tree | 3d7390f9d8c272e634e7abc73ac2b1522719f6fd /src | |
parent | 997b48ed96c476650f87ca75d65c9fc1f6273f5a (diff) | |
download | postgresql-32866837f005fcfdd1e1289f08a89a7c519da000.tar.gz postgresql-32866837f005fcfdd1e1289f08a89a7c519da000.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/pg_basebackup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/pg_basebackup.c b/src/bin/pg_basebackup/pg_basebackup.c index ef2718a435e..6708fb7bf58 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); } |