diff options
author | Michael Biebl <mbiebl@debian.org> | 2013-06-25 09:52:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-06-25 09:52:56 +0200 |
commit | 0f4ec4ad04011c9eb63754d10bbd0d912a227671 (patch) | |
tree | 155366ee57727f61d54f01eea5c37f7e72c6c528 /plugins/imfile/imfile.c | |
parent | 2cd686d55589373a7f4747e7f1f5facf487201f6 (diff) | |
download | rsyslog-0f4ec4ad04011c9eb63754d10bbd0d912a227671.tar.gz rsyslog-0f4ec4ad04011c9eb63754d10bbd0d912a227671.tar.bz2 rsyslog-0f4ec4ad04011c9eb63754d10bbd0d912a227671.zip |
typo fix ("listner" vs. "listener")
Diffstat (limited to 'plugins/imfile/imfile.c')
-rw-r--r-- | plugins/imfile/imfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imfile/imfile.c b/plugins/imfile/imfile.c index 349acead..89846dad 100644 --- a/plugins/imfile/imfile.c +++ b/plugins/imfile/imfile.c @@ -596,7 +596,7 @@ CODESTARTactivateCnf for(inst = runModConf->root ; inst != NULL ; inst = inst->next) { addListner(inst); } - /* if we could not set up any listners, there is no point in running... */ + /* if we could not set up any listeners, there is no point in running... */ if(iFilPtr == 0) { errmsg.LogError(0, NO_ERRCODE, "imfile: no file monitors could be started, " "input not activated.\n"); |