Skip to content

Commit c3aa3f0

Browse files
committed
minor spell fix
1 parent 94a8a24 commit c3aa3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ do_backup_instance(void)
639639
*/
640640

641641
if (parray_num(backup_files_list) == 0)
642-
elog(ERROR, "PGDATA is empty. Either it was concrurrently deleted or "
642+
elog(ERROR, "PGDATA is empty. Either it was concurrently deleted or "
643643
"pg_probackup do not possess sufficient permissions to list PGDATA content");
644644

645645
/*

0 commit comments

Comments
 (0)