diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 13:13:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-25 13:13:33 +0000 |
commit | 49ae41edbd1631c205db3342683aed29a94284a4 (patch) | |
tree | bc12337165fa9930611d9fa9d7665724feea4b2b /modules.c | |
parent | 408f10d25a23c388e1c29485713e4dfc6a60ecd9 (diff) | |
download | rsyslog-49ae41edbd1631c205db3342683aed29a94284a4.tar.gz rsyslog-49ae41edbd1631c205db3342683aed29a94284a4.tar.xz rsyslog-49ae41edbd1631c205db3342683aed29a94284a4.zip |
fixed typo
Diffstat (limited to 'modules.c')
-rw-r--r-- | modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ static void moduleDestruct(modInfo_t *pThis) } -/* The followind function is the queryEntryPoint for host-based entry points. +/* The following function is the queryEntryPoint for host-based entry points. * Modules may call it to get access to core interface functions. Please note * that utility functions can be accessed via shared libraries - at least this * is my current shool of thinking. |