summaryrefslogtreecommitdiffstats
path: root/doc/lookup_tables.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lookup_tables.html')
-rw-r--r--doc/lookup_tables.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lookup_tables.html b/doc/lookup_tables.html
index e6a0fd71..d72810f1 100644
--- a/doc/lookup_tables.html
+++ b/doc/lookup_tables.html
@@ -27,7 +27,7 @@ file is loaded on rsyslog startup and when a reload is requested.
<li><b>string</b> - the value to be looked up is an arbitrary string. Only exact
some strings match.
<li><b>array</b> - the value to be looked up is an integer number from a consequtive set.
-The set must not start at zero or one, but there must be no number missing. So, for example
+The set does not need to start at zero or one, but there must be no number missing. So, for example
5,6,7,8,9 would be a valid set of index values, while 1,2,4,5 would not be (due to missing
2).
A match happens if the requested number is present.