]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: Fix a typo in a warning message in the spoe subsystem
authorJoseph Herlant <aerostitch@debian.org>
Thu, 15 Nov 2018 21:49:02 +0000 (13:49 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:29:19 +0000 (22:29 +0100)
Fix a typo in a user-facing message of the spoe subsystem.

src/flt_spoe.c

index 5b66e8f900a70b5ec6facad1cc00188654c32182..02bc3d2e7971e00fc90ca8f6f13965f39e7acfd4 100644 (file)
@@ -3974,7 +3974,7 @@ cfg_parse_spoe_message(const char *file, int linenum, char **args, int kwm)
                else if (!strcmp(args[1], spoe_event_str[SPOE_EV_ON_HTTP_RSP]))
                        curmsg->event = SPOE_EV_ON_HTTP_RSP;
                else {
-                       ha_alert("parsing [%s:%d] : unkown event '%s'.\n",
+                       ha_alert("parsing [%s:%d] : unknown event '%s'.\n",
                                 file, linenum, args[1]);
                        err_code |= ERR_ALERT | ERR_FATAL;
                        goto out;