mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Typo fix.
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
@@ -1028,7 +1028,7 @@ static char *msre_action_ctl_validate(msre_engine *engine, apr_pool_t *mp, msre_
|
|||||||
if (strcasecmp(value, "on") == 0) return NULL;
|
if (strcasecmp(value, "on") == 0) return NULL;
|
||||||
if (strcasecmp(value, "off") == 0) return NULL;
|
if (strcasecmp(value, "off") == 0) return NULL;
|
||||||
if (strcasecmp(value, "onlyargs") == 0) return NULL;
|
if (strcasecmp(value, "onlyargs") == 0) return NULL;
|
||||||
return apr_psprintf(mp, "Invalid setting for ctl name parseXMLintoArgs: %s", value);
|
return apr_psprintf(mp, "Invalid setting for ctl name parseXmlIntoArgs: %s", value);
|
||||||
} else {
|
} else {
|
||||||
return apr_psprintf(mp, "Invalid ctl name setting: %s", name);
|
return apr_psprintf(mp, "Invalid ctl name setting: %s", name);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user