summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.