1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-05 13:20:31 +02:00
This commit is contained in:
Michael Paquier 2013-12-25 05:33:50 +09:00
parent 1bc1f1d1b6
commit 78d92ff8fb

View File

@ -82,7 +82,7 @@ do_backup_database(parray *backup_list, pgBackupOption bkupopt)
/* repack the options */
bool smooth_checkpoint = bkupopt.smooth_checkpoint;
/* Leave in case od archive mode */
/* Leave in case of archive mode */
if (current.backup_mode == BACKUP_MODE_ARCHIVE)
return NULL;