]> granicus.if.org Git - apache/commitdiff
Typo fix
authorNick Kew <niq@apache.org>
Sat, 18 Jul 2009 23:21:52 +0000 (23:21 +0000)
committerNick Kew <niq@apache.org>
Sat, 18 Jul 2009 23:21:52 +0000 (23:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@795446 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 279322ed087fe566463617993dd510380a2b583a..5d65d7abc36b281294681196c80ac1faae047a01 100644 (file)
@@ -611,7 +611,7 @@ static const char *get_include_var(const char *var, include_ctx_t *ctx)
                 idx, r->filename);
             return NULL;
         }
-        else if (re->match[idx]rm_so == re->match[idx].rm_eo) {
+        else if (re->match[idx].rm_so == re->match[idx].rm_eo) {
             return NULL;
         }
         else if (re->match[idx].rm_so < 0 || re->match[idx].rm_eo < 0) {