From 1812725c8e0cdd7335efdd9909c204e11c01c200 Mon Sep 17 00:00:00 2001 From: David Steele Date: Tue, 25 Aug 2020 12:50:06 -0400 Subject: [PATCH] Fix typo. --- src/command/restore/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/restore/restore.c b/src/command/restore/restore.c index c18ee8597..48157ee92 100644 --- a/src/command/restore/restore.c +++ b/src/command/restore/restore.c @@ -1333,7 +1333,7 @@ restoreRecoveryOption(unsigned int pgVersion) if (!strLstExists(recoveryOptionKey, RESTORE_COMMAND_STR)) { // Null out options that it does not make sense to pass from the restore command to archive-get. All of these have - // reasonable defaults so there is no danger of a error -- they just might not be optimal. In any case, it seems + // reasonable defaults so there is no danger of an error -- they just might not be optimal. In any case, it seems // better than, for example, passing --process-max=32 to archive-get because it was specified for restore. KeyValue *optionReplace = kvNew();