]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] fix typo: obfusicated -> obfuscated 3686/head
authorRichard Schwab <richard.schwab@valtech.com>
Wed, 24 Mar 2021 22:41:41 +0000 (23:41 +0100)
committerRichard Schwab <richard.schwab@valtech.com>
Wed, 24 Mar 2021 22:41:56 +0000 (23:41 +0100)
rules/misc.lua
src/lua/lua_url.c

index 8f98fcc0645e047587f4d1e9767a10916c2befdf..01a7c1f4b4682d2a1db8050d791763b0c83fefaf 100644 (file)
@@ -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'
 }
 
index b56f025c4a01723d3de7806e7eabead5ae8f542e..37bccd1b2cb609669f12d6d80ce941d3d3b0d1b4 100644 (file)
@@ -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