diff --git a/apache2/re_operators.c b/apache2/re_operators.c index 5040176f..2d4975da 100644 --- a/apache2/re_operators.c +++ b/apache2/re_operators.c @@ -3943,7 +3943,7 @@ static int msre_op_fuzzy_hash_execute(modsec_rec *msr, msre_rule *rule, if (i >= param->threshold) { *error_msg = apr_psprintf(msr->mp, "Fuzzy hash of %s matched " \ - "with %s (from: %s). Socore: %d.", var->name, line, + "with %s (from: %s). Score: %d.", var->name, line, param->file, i); return 1; }