summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-09-25 19:10:51 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-09-25 19:10:51 +0000
commit3146e111701908cf4279d3c9a9d5c715341684a5 (patch)
tree5aace5c9b49f0ebcad64fa7d747087b0d9b2b702
parent703aedda527631b3414e308e180a122d6945f875 (diff)
downloadhttpd-3146e111701908cf4279d3c9a9d5c715341684a5.tar.gz
Fix typo in comment
(r1380525 on trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705340 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/httpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index a9163c31a3..62afda0f6b 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1644,7 +1644,7 @@ AP_DECLARE(char *) ap_escape_path_segment(apr_pool_t *p, const char *s);
AP_DECLARE(char *) ap_escape_path_segment_buffer(char *c, const char *s);
/**
- * convert an OS path to a URL in an OS dependant way.
+ * convert an OS path to a URL in an OS dependent way.
* @param p The pool to allocate from
* @param path The path to convert
* @param partial if set, assume that the path will be appended to something