From: Daniel Gruno Date: Tue, 4 Sep 2012 10:29:47 +0000 (+0000) Subject: A dependant is depentent on a dependency (note the subtle difference in spelling) X-Git-Tag: 2.5.0-alpha~6357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9804871fec85003a8fdc4a998d8633e9c2d8a7;p=thirdparty%2Fapache%2Fhttpd.git A dependant is depentent on a dependency (note the subtle difference in spelling) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1380525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index aa93949fffc..da181d4d4aa 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1575,7 +1575,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