From fa77c9358903f651ed5287c7839c71a86006c12f Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Mon, 1 Dec 2014 06:20:15 -0800 Subject: [PATCH] Fix typo on fuzzy hash match message Replaced "Socore" with Score. --- apache2/re_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }