You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2012/09/04 12:29:47 UTC

svn commit: r1380525 - /httpd/httpd/trunk/include/httpd.h

Author: humbedooh
Date: Tue Sep  4 10:29:47 2012
New Revision: 1380525

URL: http://svn.apache.org/viewvc?rev=1380525&view=rev
Log:
A dependant is depentent on a dependency (note the subtle difference in spelling)

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1380525&r1=1380524&r2=1380525&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Tue Sep  4 10:29:47 2012
@@ -1575,7 +1575,7 @@ AP_DECLARE(char *) ap_escape_path_segmen
 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