# HG changeset patch # User Emmanuel Gil Peyrot # Date 1533110453 -7200 # Node ID f6a14cdc531bdff828a670e956e125edb4a9ad48 # Parent 01503000d2f1e8628a6327d3f09be872894189d9 mod_firewall: Add a missing space after a comma in the README. diff -r 01503000d2f1 -r f6a14cdc531b 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