summaryrefslogtreecommitdiffstats
path: root/modules.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-25 13:13:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-25 13:13:33 +0000
commit49ae41edbd1631c205db3342683aed29a94284a4 (patch)
treebc12337165fa9930611d9fa9d7665724feea4b2b /modules.c
parent408f10d25a23c388e1c29485713e4dfc6a60ecd9 (diff)
downloadrsyslog-49ae41edbd1631c205db3342683aed29a94284a4.tar.gz
rsyslog-49ae41edbd1631c205db3342683aed29a94284a4.tar.xz
rsyslog-49ae41edbd1631c205db3342683aed29a94284a4.zip
fixed typo
Diffstat (limited to 'modules.c')
-rw-r--r--modules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index da46bd2e..6e7318d3 100644
--- a/modules.c
+++ b/modules.c
@@ -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.