diff options
author | Jeff Trawick <trawick@apache.org> | 2010-06-29 19:00:23 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-06-29 19:00:23 +0200 |
commit | f9828853b089ea1ba553db001ccb5ef1dca29b44 (patch) | |
tree | 4bfd24e78d20165a4862bb69d9120c26734f49f9 | |
parent | Add cacheing to authn_dbd docs (diff) | |
download | apache2-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
-rw-r--r-- | server/config.c | 2 |
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; |