From be244e2155b6716650467eda15ebb1ccab275466 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Oct 2020 17:06:52 +0900 Subject: [PATCH] Fix typo s/paremeter/parameter/ --- repmgr-action-standby.c | 2 +- repmgr-client.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr-action-standby.c b/repmgr-action-standby.c index d0d01db3..2828145f 100644 --- a/repmgr-action-standby.c +++ b/repmgr-action-standby.c @@ -4188,7 +4188,7 @@ do_standby_switchover(void) else if (remote_error == REMOTE_ERROR_CONNINFO_PARSE) { /* highly unlikely */ - log_detail(_("an error was encountered when parsing the \"conninfo\" paremeter in \"rempgr.conf\" on node \"%s\" (ID: %i)"), + log_detail(_("an error was encountered when parsing the \"conninfo\" parameter in \"rempgr.conf\" on node \"%s\" (ID: %i)"), remote_node_record.node_name, remote_node_record.node_id); } diff --git a/repmgr-client.c b/repmgr-client.c index 9902463a..f16dd117 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1224,7 +1224,7 @@ main(int argc, char **argv) /* * If --dry-run specified, ensure log_level is at least LOG_INFO, regardless - * of what's in the configuration file or -L/--log-level paremeter, otherwise + * of what's in the configuration file or -L/--log-level parameter, otherwise * some or output might not be displayed. */ if (runtime_options.dry_run == true)