Skip to content

Commit 78d92ff

Browse files
author
Michael Paquier
committed
Fix typo
1 parent 1bc1f1d commit 78d92ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
8282
/* repack the options */
8383
bool smooth_checkpoint = bkupopt.smooth_checkpoint;
8484

85-
/* Leave in case od archive mode */
85+
/* Leave in case of archive mode */
8686
if (current.backup_mode == BACKUP_MODE_ARCHIVE)
8787
return NULL;
8888

0 commit comments

Comments
 (0)