Skip to content

Commit b019f60

Browse files
author
Felipe Zimmerle
committed
fix typo
- Adds a missing "s" while informing the amount of remote loaded rules. - Renames text file that was wrongly named as .py
1 parent 277f2e1 commit b019f60

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

apache2/mod_security2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ static int hook_post_config(apr_pool_t *mp, apr_pool_t *mp_log, apr_pool_t *mp_t
774774
else
775775
{
776776
ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, NULL,
777-
"ModSecurity: Loaded %d rule from: '%s'.",
777+
"ModSecurity: Loaded %d rules from: '%s'.",
778778
remote_rules_server->amount_of_rules,
779779
remote_rules_server->uri);
780780
}

0 commit comments

Comments
 (0)