Skip to content

Commit c19f901

Browse files
airweentheseion
andauthored
Typo fix.
Co-authored-by: Max Leske <[email protected]>
1 parent c3ab480 commit c19f901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/re_actions.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ static char *msre_action_ctl_validate(msre_engine *engine, apr_pool_t *mp, msre_
10241024
return apr_psprintf(mp, "Invalid setting for ctl name HashEngine: %s", value);
10251025
}
10261026
else
1027-
if (strcasecmp(name, "parseXMLintoArgs") == 0) {
1027+
if (strcasecmp(name, "parseXmlIntoArgs") == 0) {
10281028
if (strcasecmp(value, "on") == 0) return NULL;
10291029
if (strcasecmp(value, "off") == 0) return NULL;
10301030
if (strcasecmp(value, "onlyargs") == 0) return NULL;

0 commit comments

Comments
 (0)