From: Ian Miell Date: Tue, 18 Aug 2015 18:32:08 +0000 (+0100) Subject: CLEANUP: cfgparse: Very minor spelling correction X-Git-Tag: v1.7-dev6~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c432e937c2687f1cff2c3c06904dfe295fa5cd;p=thirdparty%2Fhaproxy.git CLEANUP: cfgparse: Very minor spelling correction 'optionnally' changed to 'optionally' --- diff --git a/src/cfgparse.c b/src/cfgparse.c index 229b3ceb89..3c757296cd 100644 --- a/src/cfgparse.c +++ b/src/cfgparse.c @@ -2739,7 +2739,7 @@ int cfg_parse_listen(const char *file, int linenum, char **args, int kwm) if (rc != PR_CAP_NONE) { /* new proxy */ if (!*args[1]) { Alert("parsing [%s:%d] : '%s' expects an argument and\n" - " optionnally supports [addr1]:port1[-end1]{,[addr]:port[-end]}...\n", + " optionally supports [addr1]:port1[-end1]{,[addr]:port[-end]}...\n", file, linenum, args[0]); err_code |= ERR_ALERT | ERR_ABORT; goto out;