From: Richard Schwab Date: Wed, 24 Mar 2021 22:41:41 +0000 (+0100) Subject: [Minor] fix typo: obfusicated -> obfuscated X-Git-Tag: 3.0~552^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7f7d40887600e60090fb83f9fa720df18526edaa;p=rspamd.git [Minor] fix typo: obfusicated -> obfuscated --- diff --git a/rules/misc.lua b/rules/misc.lua index 8f98fcc06..01a7c1f4b 100644 --- a/rules/misc.lua +++ b/rules/misc.lua @@ -142,7 +142,7 @@ local obscured_id = rspamd_config:register_symbol{ name = 'R_SUSPICIOUS_URL', score = 5.0, one_shot = true, - description = 'Obfusicated or suspicious URL has been found in a message', + description = 'Obfuscated or suspicious URL has been found in a message', group = 'url' } diff --git a/src/lua/lua_url.c b/src/lua/lua_url.c index b56f025c4..37bccd1b2 100644 --- a/src/lua/lua_url.c +++ b/src/lua/lua_url.c @@ -401,7 +401,7 @@ lua_url_is_redirected (lua_State *L) /*** * @method url:is_obscured() - * Check whether URL is treated as obscured or obfusicated (e.g. numbers in IP address or other hacks) + * Check whether URL is treated as obscured or obfuscated (e.g. numbers in IP address or other hacks) * @return {boolean} `true` if URL is obscured */ static gint