From a99768fdd8395b18596835ed91ab7c7ad0c9e6a9 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Oct 2020 17:38:47 +0900 Subject: [PATCH] Fix typo --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-client.c b/repmgr-client.c index ae7e8b25..9cccfc99 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -1196,7 +1196,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)