Typo in a comment.

Reported by @nucfisher
This commit is contained in:
Martin
2016-05-30 09:41:38 -03:00
parent afc904f876
commit f18d629bd2

View File

@@ -4264,7 +4264,7 @@ create_recovery_file(const char *data_dir)
log_debug(_("recovery.conf: %s"), line);
}
/* If pg_restore_command is set, we use it as restore_cmmand in recovery.conf */
/* If pg_restore_command is set, we use it as restore_command in recovery.conf */
if (strcmp(options.pg_restore_command, "") != 0)
{
maxlen_snprintf(line, "restore_command = '%s'\n",