]> granicus.if.org Git - apache/commitdiff
typo
authorAndré Malo <nd@apache.org>
Sun, 24 Aug 2003 16:16:36 +0000 (16:16 +0000)
committerAndré Malo <nd@apache.org>
Sun, 24 Aug 2003 16:16:36 +0000 (16:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101081 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index b2020862ec4d81d562722d9152eea30a36128f05..d0556e7f6806a25a85097ed6dc76cde8d5a9f9be 100644 (file)
@@ -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)                                 \