Skip to content

Commit fa77c93

Browse files
author
Felipe Zimmerle
committed
Fix typo on fuzzy hash match message
Replaced "Socore" with Score.
1 parent dc81e4f commit fa77c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache2/re_operators.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3943,7 +3943,7 @@ static int msre_op_fuzzy_hash_execute(modsec_rec *msr, msre_rule *rule,
39433943
if (i >= param->threshold)
39443944
{
39453945
*error_msg = apr_psprintf(msr->mp, "Fuzzy hash of %s matched " \
3946-
"with %s (from: %s). Socore: %d.", var->name, line,
3946+
"with %s (from: %s). Score: %d.", var->name, line,
39473947
param->file, i);
39483948
return 1;
39493949
}

0 commit comments

Comments
 (0)