summaryrefslogtreecommitdiffstats
path: root/include/http_config.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-12 01:35:39 +0100
committerJeff Trawick <trawick@apache.org>2011-03-12 01:35:39 +0100
commit4598f1a7d4f54711c1f8b04152bb4384c99db060 (patch)
tree4d783ffbf27a6ed188b5ce2c1b4fa5917c2e033f /include/http_config.h
parentEnsure that ap_server_conf always points to valid data or is NULL. (diff)
downloadapache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.tar.xz
apache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.zip
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_config.h')
-rw-r--r--include/http_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/http_config.h b/include/http_config.h
index 6c09410e20..f7896bc9d0 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -102,9 +102,9 @@ typedef union {
/** This configuration directive does not take any arguments */
# define AP_NO_ARGS func.no_args
-/** This configuration directive will handle it's own parsing of arguments*/
+/** This configuration directive will handle its own parsing of arguments*/
# define AP_RAW_ARGS func.raw_args
-/** This configuration directive will handle it's own parsing of arguments*/
+/** This configuration directive will handle its own parsing of arguments*/
# define AP_TAKE_ARGV func.take_argv
/** This configuration directive takes 1 argument*/
# define AP_TAKE1 func.take1