summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--syslogd.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c6c0f036..ad31bc4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,7 @@ Version 3.18.1 (rgerhards), 2008-07-??
(20 minutes) in some code pathes, what looked to the user like mark
messages were never written.
- doc bugfix: fixed some typos in rsyslog.conf man page
+- fixed typo in source comment - thanks to Rio Fujita
---------------------------------------------------------------------------
Version 3.18.0 (rgerhards), 2008-07-11
- begun a new v3-stable based on former 3.17.4 beta plus patches to
diff --git a/syslogd.c b/syslogd.c
index f4ac2080..256b2b29 100644
--- a/syslogd.c
+++ b/syslogd.c
@@ -3093,7 +3093,7 @@ int realMain(int argc, char **argv)
case 'Q': /* dont resolve hostnames in ACL to IPs */
case 's':
case 'u': /* misc user settings */
- case 'w': /* disable disallowed host warnigs */
+ case 'w': /* disable disallowed host warnings */
case 'x': /* disable dns for remote messages */
CHKiRet(bufOptAdd(ch, optarg));
break;
@@ -3337,7 +3337,7 @@ int realMain(int argc, char **argv)
if(atoi(arg) == 1)
bParseHOSTNAMEandTAG = 0;
break;
- case 'w': /* disable disallowed host warnigs */
+ case 'w': /* disable disallowed host warnings */
option_DisallowWarning = 0;
break;
case 'x': /* disable dns for remote messages */