From: Jeff Trawick Date: Tue, 29 Jun 2010 17:00:23 +0000 (+0000) Subject: spelling fix for a comment X-Git-Tag: 2.3.7~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9828853b089ea1ba553db001ccb5ef1dca29b44;p=apache spelling fix for a comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@959031 13f79535-47bb-0310-9956-ffa450edef68 --- 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;