Commit 32866837 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo

parent 997b48ed
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment