summaryrefslogtreecommitdiffstats
path: root/server/config.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2010-06-29 19:00:23 +0200
committerJeff Trawick <trawick@apache.org>2010-06-29 19:00:23 +0200
commitf9828853b089ea1ba553db001ccb5ef1dca29b44 (patch)
tree4bfd24e78d20165a4862bb69d9120c26734f49f9 /server/config.c
parentAdd cacheing to authn_dbd docs (diff)
downloadapache2-f9828853b089ea1ba553db001ccb5ef1dca29b44.tar.xz
apache2-f9828853b089ea1ba553db001ccb5ef1dca29b44.zip
spelling fix for a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/config.c')
-rw-r--r--server/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/config.c b/server/config.c
index 3b94b45347..7c0430d5bc 100644
--- a/server/config.c
+++ b/server/config.c
@@ -185,7 +185,7 @@ static int total_modules = 0;
*/
static int dynamic_modules = 0;
-/* The maximum possible value for total_modulese, i.e. number of static
+/* The maximum possible value for total_modules, i.e. number of static
* modules plus DYNAMIC_MODULE_LIMIT.
*/
static int max_modules = 0;