From b052adf0b8b09d8dea0a5cd32f64735ba1b1c75d Mon Sep 17 00:00:00 2001 From: Gleydson Soares Date: Thu, 20 Jan 2022 10:19:36 -0300 Subject: [PATCH] tweak loadFromUri: zap duplicate words in comment --- src/rules_set.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rules_set.cc b/src/rules_set.cc index 40d26e05db..40f1f950bc 100644 --- a/src/rules_set.cc +++ b/src/rules_set.cc @@ -37,7 +37,7 @@ namespace modsecurity { * @brief load rules from a give uri * @ingroup ModSecCore * - * Load the rules from a given uri into memory into memory in + * Load the rules from a given uri into memory in * the format expected by ModSecurity core. * * @param uri Full path to the rules file.