CLEANUP: assorted typo fixes in the code and comments

This is 7th iteration of typo fixes
diff --git a/tests/test-acl-args.cfg b/tests/test-acl-args.cfg
index 5946f0e..38485e5 100644
--- a/tests/test-acl-args.cfg
+++ b/tests/test-acl-args.cfg
@@ -20,7 +20,7 @@
 	# missing closing ')' after arguments to fetch keyword 'req.hdr' in ACL expression 'req.hdr('.
 	block if { req.hdr( }
 
-	# cannot be triggerred : "returns type of fetch method '%s' is unknown"
+	# cannot be triggered : "returns type of fetch method '%s' is unknown"
 
 	# fetch method 'always_true' : no argument supported, but got 'arg' in ACL expression 'always_true(arg)'.
 	block if { always_true(arg) }
diff --git a/tests/test-sample-fetch-args.cfg b/tests/test-sample-fetch-args.cfg
index cddf4fe..cb0be09 100644
--- a/tests/test-sample-fetch-args.cfg
+++ b/tests/test-sample-fetch-args.cfg
@@ -20,7 +20,7 @@
 	# missing closing ')' after arguments to fetch keyword 'req.hdr'
 	http-request add-header name %[req.hdr(]
 
-	# cannot be triggerred : "returns type of fetch method '%s' is unknown"
+	# cannot be triggered : "returns type of fetch method '%s' is unknown"
 
 	# fetch method 'always_true' : no argument supported, but got 'arg'
 	http-request add-header name %[always_true(arg)]