Sorry I forgot the attachement on this one.
On Thu, Nov 15, 2018 at 1:44 PM Joseph Herlant <[email protected]> wrote:
>
> Hi,
>
> This patch fixes some typos in the code comments of the stick_table subsystem.
>
> Thanks,
> Joseph
From 0e2d2be3a8d84024f5ef75c8640cb535201f41ac Mon Sep 17 00:00:00 2001
From: Joseph Herlant <[email protected]>
Date: Thu, 15 Nov 2018 13:43:28 -0800
Subject: [PATCH] CLEANUP: Fix typos in the stick_table subsystem

Fix some typos in the code comments of the stick_table subsystem.
---
 src/stick_table.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/stick_table.c b/src/stick_table.c
index 5e55b7a9..c20a85a4 100644
--- a/src/stick_table.c
+++ b/src/stick_table.c
@@ -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;
 
-- 
2.19.1

Reply via email to