]> source.dussan.org Git - rspamd.git/commitdiff
Fix typo 694/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Sun, 3 Jul 2016 10:37:46 +0000 (13:37 +0300)
committerGitHub <noreply@github.com>
Sun, 3 Jul 2016 10:37:46 +0000 (13:37 +0300)
doc/markdown/modules/phishing.md

index cad513e8cad23d09360e04324ea440fd0575d292..55884f2876d3d20bd434f0a8f8a3e014bea7e865 100644 (file)
@@ -58,7 +58,7 @@ payments system phishing.
 Finally, the default symbol is yielded- if `domains` is specified then
 only if the phished domain is found in the related map.
 
-Maps for this module can consist of effective second level domain parts (eTLD)
+Maps for this module can consist of effective second level domain parts (eSLD)
 or whole domain parts of the URLs (FQDN) as well.
 
 ## Openphish support
@@ -111,4 +111,4 @@ To enable phishtank feed, you can edit `local.d/phishing.conf` file and add the
 phishtank_enabled = true;
 # Where nginx is installed
 phishtank_map = "http://localhost:8080/data/online-valid.json";
-~~~
\ No newline at end of file
+~~~