summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-01-25 08:17:25 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-01-25 08:17:25 +0100
commit9e4e2ef47e2eb100d27b5d59da9146c50ca4ee44 (patch)
treeb3e36833b0063b9bdc871f29268121026e756ba2
parenta63e98712757a9f287e648075aa143bbb23cbd7d (diff)
downloadrsyslog-9e4e2ef47e2eb100d27b5d59da9146c50ca4ee44.tar.gz
rsyslog-9e4e2ef47e2eb100d27b5d59da9146c50ca4ee44.tar.bz2
rsyslog-9e4e2ef47e2eb100d27b5d59da9146c50ca4ee44.zip
doc: grammar fix
-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.