commit 7f7d408: [Minor] fix typo: obfusicated -> obfuscated

Richard Schwab richard.schwab at valtech.com
Thu Mar 25 20:35:05 UTC 2021


Author: Richard Schwab
Date: 2021-03-24 23:41:41 +0100
URL: https://github.com/rspamd/rspamd/commit/7f7d40887600e60090fb83f9fa720df18526edaa (refs/pull/3686/head)

[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


More information about the Commits mailing list