mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix typo in debug log text
This commit is contained in:
parent
5d2b86c1b1
commit
222e09ea0b
@ -35,7 +35,7 @@ bool SetENV::evaluate(RuleWithActions *rule, Transaction *t) {
|
||||
std::string colNameExpanded(m_string->evaluate(t));
|
||||
|
||||
auto pair = utils::string::ssplit_pair(colNameExpanded, '=');
|
||||
ms_dbg_a(t, 8, "Setting envoriment variable: "
|
||||
ms_dbg_a(t, 8, "Setting environment variable: "
|
||||
+ pair.first + " to " + pair.second);
|
||||
setenv(pair.first.c_str(), pair.second.c_str(), /*overwrite*/ 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user