summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Fernando Munoz Mejias <Luis.Fernando.Munoz.Mejias@cern.ch>2009-11-12 14:37:14 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-11-12 14:37:14 +0100
commitd06b63272d9d5eb568201026bfd42be2be845b18 (patch)
tree564cefb2358af53cb8733e4d7bcc6e5df269efb6
parentcc50b6824e21d9ebb3491bbd4c6d7d8f09be9657 (diff)
downloadrsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.tar.gz
rsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.tar.xz
rsyslog-d06b63272d9d5eb568201026bfd42be2be845b18.zip
doc
-rw-r--r--doc/omoracle.html11
-rw-r--r--plugins/omoracle/omoracle.c6
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/omoracle.html b/doc/omoracle.html
index cfcf277f..2bb6aa5d 100644
--- a/doc/omoracle.html
+++ b/doc/omoracle.html
@@ -13,10 +13,11 @@
<p><b>Available since: </b>: 4.3.0
<p><b>Status: </b>: contributed module, not maitained by rsyslog core authors
<p><b>Description</b>:</p>
-<p>This module provides native support for logging to Oracle databases. It offers
-superior performance over the more generic <a href="omlibdbi.html">omlibdbi</a> module.
-It also includes a number of enhancements, most importantly prepared statements and
-batching, what provides a big performance improvements.
+<p>This module provides native support for logging to Oracle
+databases. It offers superior performance over the more
+generic <a href="omlibdbi.html">omlibdbi</a> module. It also includes
+a number of enhancements, most importantly prepared statements and
+batching, what provides a big performance improvement.
</p>
<p>Note that this module is maintained by its original author. If you need assistance with it,
it is suggested to post questions to the
@@ -63,7 +64,7 @@ it is suggested to post questions to the
$OmoracleStatement \
insert into foo(hostname,message)values(:host,:message)
- Also note that identifiers to placeholders are arbitrarry. You
+ 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!
</pre>
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