diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | syslogd.c | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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 */ |