From 7d20aea6064d51a8291ef945c6ee458d098d6be3 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 1 Aug 2019 15:20:25 +0900 Subject: [PATCH] Fix typo in comment --- repmgr-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr-client.c b/repmgr-client.c index 62f3038c..6ab11a8a 100644 --- a/repmgr-client.c +++ b/repmgr-client.c @@ -184,7 +184,7 @@ main(int argc, char **argv) strncpy(runtime_options.username, pw->pw_name, MAXLEN); } - /* Make getopt emitting errors */ + /* Make getopt emit errors */ opterr = 1; while ((c = getopt_long(argc, argv, "?Vb:f:FwWd:h:p:U:R:S:D:ck:L:qtvC:", long_options,