Skip to content

Commit bfe8047

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

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
@@ -1028,7 +1028,7 @@ static char *msre_action_ctl_validate(msre_engine *engine, apr_pool_t *mp, msre_
10281028
if (strcasecmp(value, "on") == 0) return NULL;
10291029
if (strcasecmp(value, "off") == 0) return NULL;
10301030
if (strcasecmp(value, "onlyargs") == 0) return NULL;
1031-
return apr_psprintf(mp, "Invalid setting for ctl name parseXMLintoArgs: %s", value);
1031+
return apr_psprintf(mp, "Invalid setting for ctl name parseXmlIntoArgs: %s", value);
10321032
} else {
10331033
return apr_psprintf(mp, "Invalid ctl name setting: %s", name);
10341034
}

0 commit comments

Comments
 (0)