Skip to content

Commit b294557

Browse files
committed
typo
1 parent 8e03b8d commit b294557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ check_incremental_compatibility(const char *pgdata, uint64 system_identifier,
21852185
* data files content, because based on pg_control information we will
21862186
* choose a backup suitable for lsn based incremental restore.
21872187
*/
2188-
elog(INFO, "Trying to read pg_control file in destination direstory");
2188+
elog(INFO, "Trying to read pg_control file in destination directory");
21892189

21902190
system_id_pgdata = get_system_identifier(pgdata);
21912191

0 commit comments

Comments
 (0)