summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-15 15:57:23 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-15 15:57:23 +0100
commitc9eb2138b757f418f8950c39282be78985a911dc (patch)
tree08aa2caecc24e3eb1c011afb0909e021cd94fea1
parent0cf0aeae2fc8e0f2be53d2b93b55055ad1a7d112 (diff)
downloadrsyslog-c9eb2138b757f418f8950c39282be78985a911dc.tar.gz
rsyslog-c9eb2138b757f418f8950c39282be78985a911dc.tar.bz2
rsyslog-c9eb2138b757f418f8950c39282be78985a911dc.zip
doc typo fix
-rw-r--r--doc/imuxsock.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/imuxsock.html b/doc/imuxsock.html
index 74e96a9a..123771fa 100644
--- a/doc/imuxsock.html
+++ b/doc/imuxsock.html
@@ -145,7 +145,7 @@ be obtained from the log socket itself. If so, the TAG part of the message is re
It is recommended to turn this option on, but the default is "off" to keep compatible
with earlier versions of rsyslog. </li>
<li><b>UseSysTimeStamp</b> [<b>on</b>/off] instructs imuxsock
-to obtain message time from the system (via control messages) insted of using time
+to obtain message time from the system (via control messages) instead of using time
recorded inside the message. This may be most useful in combination with systemd. Note:
this option was introduced with version 5.9.1. Due to the usefulness of it, we
decided to enable it by default. As such, 5.9.1 and above behave slightly different