From 7e7ed67d520d0ddcdb0f239dc5e72b87ca0a5608 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 10 May 2012 21:13:53 +0000 Subject: [PATCH] s/sinlge/single as per tid 53216. Via Christophe JAILLET git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1336891 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 c63747b889b..343a98d7559 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1678,7 +1678,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 -- 2.47.3