]> granicus.if.org Git - apache/commitdiff
typo
authorBen Laurie <ben@apache.org>
Sat, 3 Jan 2004 16:36:05 +0000 (16:36 +0000)
committerBen Laurie <ben@apache.org>
Sat, 3 Jan 2004 16:36:05 +0000 (16:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102159 13f79535-47bb-0310-9956-ffa450edef68

server/gen_test_char.c

index a247c3bfef3c22408ec1bbeeecade988e0362268..cfd10040ca2ad524b36b8dcc24084e0eb97d8877 100644 (file)
@@ -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 == '%'