From: Christophe Jaillet Date: Fri, 25 Sep 2015 19:10:51 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: 2.4.17~112 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3146e111701908cf4279d3c9a9d5c715341684a5;p=apache 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 --- 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