From 78d92ff8fb20e9deda3bb055b9ed7f71a97180e9 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 25 Dec 2013 05:33:50 +0900 Subject: [PATCH] Fix typo --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.c b/backup.c index f9e0f416..fc05ffa7 100644 --- a/backup.c +++ b/backup.c @@ -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;