From f18d629bd29c541ec82e76b7320202a4a2ac777e Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 30 May 2016 09:41:38 -0300 Subject: [PATCH] Typo in a comment. Reported by @nucfisher --- repmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.c b/repmgr.c index 1cba47c7..536dbe15 100644 --- a/repmgr.c +++ b/repmgr.c @@ -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",