From: Ben Laurie Date: Sat, 3 Jan 2004 16:36:05 +0000 (+0000) Subject: typo X-Git-Tag: pre_ajp_proxy~883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=512ea75174c612c17464e46e902eed4158b1c7b9;p=apache typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102159 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/gen_test_char.c b/server/gen_test_char.c index a247c3bfef..cfd10040ca 100644 --- a/server/gen_test_char.c +++ b/server/gen_test_char.c @@ -146,7 +146,7 @@ int main(int argc, char *argv[]) flags |= T_ESCAPE_LOGITEM; } - /* For forensic logging, scape all control characters, top bit set, + /* For forensic logging, escape all control characters, top bit set, * :, | (used as delimiters) and % (used for escaping). */ if (!apr_isprint(c) || c == ':' || c == '|' || c == '%'