awful.rules: Fix a typo in the docs

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-04-10 11:01:53 +02:00 committed by Uli Schlachter
parent ae96ed0827
commit 2fe9a6dfdf
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ can add:
Note that all "rule" entries need to match. If any of the entry does not Note that all "rule" entries need to match. If any of the entry does not
match, the rule won't be applied. match, the rule won't be applied.
If a client matches multiple rules, their applied in the order they are If a client matches multiple rules, they are applied in the order they are
put in this global rules table. If the value of a rule is a string, then the put in this global rules table. If the value of a rule is a string, then the
match function is used to determine if the client matches the rule. match function is used to determine if the client matches the rule.