Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3286683

Browse files
committed
Fix typo
1 parent 997b48e commit 3286683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_basebackup/pg_basebackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
645645

646646
if (file != NULL)
647647
{
648-
fprintf(stderr, _("%s: last file was never finsihed!\n"), progname);
648+
fprintf(stderr, _("%s: last file was never finished!\n"), progname);
649649
disconnect_and_exit(1);
650650
}
651651

0 commit comments

Comments
 (0)