diff options
author | Luis Fernando Munoz Mejias <Luis.Fernando.Munoz.Mejias@cern.ch> | 2009-11-12 14:37:14 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-11-12 14:37:14 +0100 |
commit | d06b63272d9d5eb568201026bfd42be2be845b18 (patch) | |
tree | 564cefb2358af53cb8733e4d7bcc6e5df269efb6 /plugins/omoracle | |
parent | cc50b6824e21d9ebb3491bbd4c6d7d8f09be9657 (diff) | |
download | rsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.tar.gz rsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.tar.xz rsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.zip |
doc
Diffstat (limited to 'plugins/omoracle')
-rw-r--r-- | plugins/omoracle/omoracle.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/omoracle/omoracle.c b/plugins/omoracle/omoracle.c index ee0c226a..ccb1593f 100644 --- a/plugins/omoracle/omoracle.c +++ b/plugins/omoracle/omoracle.c @@ -47,9 +47,9 @@ $OmoracleStatement \ insert into foo(hostname,message)values(:host,:message) - Also note that identifiers to placeholders are arbitrarry. You - need to define the properties on the template in the correct order - you want them passed to the statement! + Also note that identifiers to placeholders are arbitrary. You need + to define the properties on the template in the correct order you + want them passed to the statement! This file is licensed under the terms of the GPL version 3 or, at your choice, any later version. Exceptionally (perhaps), you are |