From 3b9804871fec85003a8fdc4a998d8633e9c2d8a7 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Tue, 4 Sep 2012 10:29:47 +0000 Subject: [PATCH] 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 --- include/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2