mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix initcol error message wording
This commit is contained in:
@@ -46,7 +46,7 @@ bool InitCol::init(std::string *error) {
|
||||
m_collection_key != "global" &&
|
||||
m_collection_key != "resource") {
|
||||
error->assign("Something wrong with initcol: collection must be " \
|
||||
"`ip' or `global'");
|
||||
"`ip', `global' or `resource'");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user