From 26d5f754b72aee71331145d02ddb9b6bd5015a5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 24 Aug 2003 16:16:36 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101081 13f79535-47bb-0310-9956-ffa450edef68 --- modules/filters/mod_include.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) \ -- 2.50.1