summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-31 13:52:47 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-31 13:52:47 +0000
commit03c0e5549ac2daefbdf2002e8406b29af8390d02 (patch)
tree03e32985c86cbb513cd6a635864a47263de2c878 /plugins
parent8987c38bbe11abca614e61b371dc57cb93b0802d (diff)
downloadrsyslog-03c0e5549ac2daefbdf2002e8406b29af8390d02.tar.gz
rsyslog-03c0e5549ac2daefbdf2002e8406b29af8390d02.tar.xz
rsyslog-03c0e5549ac2daefbdf2002e8406b29af8390d02.zip
cleanup of unnecessary warnings
Diffstat (limited to 'plugins')
-rw-r--r--plugins/imrelp/imrelp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imrelp/imrelp.c b/plugins/imrelp/imrelp.c
index c67da6eb..b7308016 100644
--- a/plugins/imrelp/imrelp.c
+++ b/plugins/imrelp/imrelp.c
@@ -72,7 +72,7 @@ isPermittedHost(struct sockaddr *addr, char *fromHostFQDN, void __attribute__((u
/* callback for receiving syslog messages. This function is invoked from the
* RELP engine when a syslog message arrived. It must return a relpRetVal,
* with anything else but RELP_RET_OK terminating the relp session. Please note
- * that RELP_RE_OK is equal to RS_RET_OK and the other libRELP error codes
+ * that RELP_RET_OK is equal to RS_RET_OK and the other libRELP error codes
* are different from our rsRetVal. So we can simply use our own iRet system
* to fulfill the requirement.
* rgerhards, 2008-03-21