From 7f7d40887600e60090fb83f9fa720df18526edaa Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Wed, 24 Mar 2021 23:41:41 +0100 Subject: [PATCH] [Minor] fix typo: obfusicated -> obfuscated --- rules/misc.lua | 2 +- src/lua/lua_url.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5