mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo
This commit is contained in:
parent
997b48ed96
commit
32866837f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue