]> granicus.if.org Git - apache/commitdiff
Fix typo (trunk r1491610)
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 23 Jun 2013 05:44:00 +0000 (05:44 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 23 Jun 2013 05:44:00 +0000 (05:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1495794 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/mod_netware.c

index 1c5950daa003da69a44c2dca99aa72f610a592df..b34a5222bb1a62f52fd7e049bfcfb52e80e262cf 100644 (file)
@@ -128,7 +128,7 @@ static apr_status_t ap_cgi_build_command(const char **cmd, const char ***argv,
     for (ptr = cmd_only; *ptr && (*ptr != ' '); ptr++);
     *ptr = '\0';
 
-    /* Figure out what the extension is so that we can matche it. */
+    /* Figure out what the extension is so that we can match it. */
     ext = strrchr(apr_filepath_name_get(cmd_only), '.');
 
     /* If there isn't an extension then give it an empty string */