From: Rich Bowen Date: Thu, 10 May 2012 21:15:48 +0000 (+0000) Subject: s/sinlge/single in a comment as per tid 53216. Via Christophe JAILLET X-Git-Tag: 2.2.23~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa5b5266d1113ad5eb5974decbd7578e8e0ac73c;p=thirdparty%2Fapache%2Fhttpd.git s/sinlge/single in a comment as per tid 53216. Via Christophe JAILLET git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1336894 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 8117528061c..70165a4dd70 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1582,7 +1582,7 @@ AP_DECLARE(char *) ap_make_dirstr_parent(apr_pool_t *p, const char *s); /** * 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