]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: cfgparse: Very minor spelling correction
authorIan Miell <ian.miell@gmail.com>
Tue, 18 Aug 2015 18:32:08 +0000 (19:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 26 Oct 2016 16:46:01 +0000 (18:46 +0200)
'optionnally' changed to 'optionally'

src/cfgparse.c

index 229b3ceb891a1786c787d92b992749e91a6c3802..3c757296cd96be7a391fd673c6c91b508348fde5 100644 (file)
@@ -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 <id> 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;