
rbowen at apache
May 10, 2012, 2:15 PM
Post #1 of 1
(50 views)
Permalink
|
|
svn commit: r1336894 - /httpd/httpd/branches/2.2.x/include/httpd.h
|
|
Author: rbowen Date: Thu May 10 21:15:48 2012 New Revision: 1336894 URL: http://svn.apache.org/viewvc?rev=1336894&view=rev Log: s/sinlge/single in a comment as per tid 53216. Via Christophe JAILLET Modified: httpd/httpd/branches/2.2.x/include/httpd.h Modified: httpd/httpd/branches/2.2.x/include/httpd.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/include/httpd.h?rev=1336894&r1=1336893&r2=1336894&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/include/httpd.h (original) +++ httpd/httpd/branches/2.2.x/include/httpd.h Thu May 10 21:15:48 2012 @@ -1582,7 +1582,7 @@ AP_DECLARE(char *) ap_make_dirstr_parent /** * Given a directory and filename, create a single path from them. This - * function is smart enough to ensure that there is a sinlge '/' between the + * function is smart enough to ensure that there is a single '/' between the * directory and file names * @param a The pool to allocate from * @param dir The directory name
|