From f9828853b089ea1ba553db001ccb5ef1dca29b44 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 29 Jun 2010 17:00:23 +0000 Subject: [PATCH] spelling fix for a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959031 13f79535-47bb-0310-9956-ffa450edef68 --- server/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0