mod_firewall: Add a missing space after a comma in the README.
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Wed, 01 Aug 2018 10:00:53 +0200
changeset 3201 f6a14cdc531b
parent 3200 01503000d2f1
child 3202 f3e452b43cfe
mod_firewall: Add a missing space after a comma in the README.
mod_firewall/README.markdown
--- a/mod_firewall/README.markdown	Tue Jul 31 18:29:08 2018 +0200
+++ b/mod_firewall/README.markdown	Wed Aug 01 10:00:53 2018 +0200
@@ -274,7 +274,7 @@
 
 You can use INSPECT to test for the existence of an element or attribute,
 or you can see if it is equal to a string by appending `=STRING` (as in the
-example above). Finally,you can also test whether it matches a given Lua
+example above). Finally, you can also test whether it matches a given Lua
 pattern by using `~=PATTERN`.
 
 INSPECT is somewhat slower than the other stanza matching conditions. To