From: André Malo Date: Sun, 24 Aug 2003 16:16:36 +0000 (+0000) Subject: typo X-Git-Tag: pre_ajp_proxy~1225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26d5f754b72aee71331145d02ddb9b6bd5015a5b;p=apache typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101081 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index b2020862ec..d0556e7f68 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -292,10 +292,10 @@ static void debug_printf(include_ctx_t *ctx, const char *fmt, ...) } \ } while(0) -#define DEBUG_DUMP_UNMATCHED(ctx, unmatched) do { \ - if (unmatched) { \ - DEBUG_PRINTF(((ctx), " Umatched %c\n", (char)(unmatched))); \ - } \ +#define DEBUG_DUMP_UNMATCHED(ctx, unmatched) do { \ + if (unmatched) { \ + DEBUG_PRINTF(((ctx), " Unmatched %c\n", (char)(unmatched))); \ + } \ } while(0) #define DEBUG_DUMP_COND(ctx, text) \