From: Ken Coar Date: Mon, 19 Nov 2001 15:27:39 +0000 (+0000) Subject: Typo fixit X-Git-Tag: 2.0.29~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06243788dd66d4a439905038c4983ed27ddab99a;p=thirdparty%2Fapache%2Fhttpd.git Typo fixit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92033 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index 825bc53bd69..ceb4463fa34 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -2274,7 +2274,7 @@ static void do_expand(request_rec *r, char *input, char *buffer, int nbuf, size_t span, space; /* - * for security reasons this expansion must be perfomed in a + * for security reasons this expansion must be performed in a * single pass, otherwise an attacker can arrange for the result * of an earlier expansion to include expansion specifiers that * are interpreted by a later expansion, producing results that