]> granicus.if.org Git - apache/commitdiff
Fix typo in comment
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 25 Sep 2015 19:10:51 +0000 (19:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 25 Sep 2015 19:10:51 +0000 (19:10 +0000)
(r1380525 on trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705340 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index a9163c31a33dacddb7f0aa0ccbae06fbc2802e6f..62afda0f6b501f491ae1d53e17e67a8e7390bc34 100644 (file)
@@ -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