summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>2000-08-21 21:26:36 +0200
committerKen Coar <coar@apache.org>2000-08-21 21:26:36 +0200
commitb68341967c8ee4a8889bb248e5c962d0fb76a283 (patch)
tree5ee2d2f4c58e4da1a516b3850371cdba06839055 /include
parent Cosmetic fix, committed from the apache-2.0 tree (this will also (diff)
downloadapache2-b68341967c8ee4a8889bb248e5c962d0fb76a283.tar.xz
apache2-b68341967c8ee4a8889bb248e5c962d0fb76a283.zip
Another minor cosmetic fix, committed from the httpd-docs-2.0/apidoc
tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86126 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index c7d53e1baf..45c562f790 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -131,7 +131,7 @@ extern "C" {
#endif
#endif /* DOCUMENT_LOCATION */
-/* Max. number of dynamically loaded modules */
+/* Maximum number of dynamically loaded modules */
#ifndef DYNAMIC_MODULE_LIMIT
#define DYNAMIC_MODULE_LIMIT 64
#endif