]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix typos in the stick_table subsystem
authorJoseph Herlant <aerostitch@debian.org>
Thu, 15 Nov 2018 21:43:28 +0000 (13:43 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:26:42 +0000 (22:26 +0100)
Fix some typos in the code comments of the stick_table subsystem.

src/stick_table.c

index 593b9893806f76b5fbae866d1479b9f559bb03af..6bddc90c4236393958d33f9c450de85455dd9e25 100644 (file)
@@ -1924,7 +1924,7 @@ smp_fetch_sc_stkctr(struct session *sess, struct stream *strm, const struct arg
                if (!conn)
                        return NULL;
 
-               /* Fetch source adress in a sample. */
+               /* Fetch source address in a sample. */
                smp.px = NULL;
                smp.sess = sess;
                smp.strm = strm;
@@ -1986,7 +1986,7 @@ smp_create_src_stkctr(struct session *sess, struct stream *strm, const struct ar
        if (!conn)
                return NULL;
 
-       /* Fetch source adress in a sample. */
+       /* Fetch source address in a sample. */
        smp.px = NULL;
        smp.sess = sess;
        smp.strm = strm;
@@ -2521,7 +2521,7 @@ smp_fetch_src_updt_conn_cnt(const struct arg *args, struct sample *smp, const ch
        if (!conn)
                return 0;
 
-       /* Fetch source adress in a sample. */
+       /* Fetch source address in a sample. */
        if (!smp_fetch_src(NULL, smp, NULL, NULL))
                return 0;