Hi,

The attached patch fixes typos in the code comments of the acl subsystem.

Thanks,
Joseph
From 0fa0b0af2c914df1f20be80b6b8d90f526c83e52 Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
Date: Thu, 15 Nov 2018 14:55:09 -0800
Subject: [PATCH] CLEANUP: Fix typos in the acl subsystem

Fix typos in the code comments of the acl subsystem.
---
 src/acl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/acl.c b/src/acl.c
index afb48ad7..a9cf7a15 100644
--- a/src/acl.c
+++ b/src/acl.c
@@ -188,7 +188,7 @@ struct acl_expr *parse_acl_expr(const char **args, char **err, struct arg_list *
 		smp->fetch = aclkw->smp;
 		smp->arg_p = empty_arg_list;
 
-		/* look for the begining of the subject arguments */
+		/* look for the beginning of the subject arguments */
 		for (arg = args[0]; *arg && *arg != '(' && *arg != ','; arg++);
 
 		endt = arg;
@@ -230,7 +230,7 @@ struct acl_expr *parse_acl_expr(const char **args, char **err, struct arg_list *
 		}
 		arg = endt;
 
-		/* look for the begining of the converters list. Those directly attached
+		/* look for the beginning of the converters list. Those directly attached
 		 * to the ACL keyword are found just after <arg> which points to the comma.
 		 * If we find any converter, then we don't use the ACL keyword's match
 		 * anymore but the one related to the converter's output type.
-- 
2.19.1

Reply via email to