fix typo reported via a forum pm

This commit is contained in:
Fabian Franz
2018-01-31 16:53:14 +01:00
parent 12fa5a6540
commit 7de7197cba
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= rspamd
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Protect your network from spam
PLUGIN_DEPENDS= rspamd
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
@@ -263,13 +263,13 @@
</field>
<field>
<id>rspamd.spamtrap.fuzzy_learning</id>
<label>Fuzzy Leraning</label>
<label>Fuzzy Learning</label>
<type>checkbox</type>
<help>Enable this if you want to enable fuzzy learning.</help>
</field>
<field>
<id>rspamd.spamtrap.spam_learning</id>
<label>Bayes Leraning</label>
<label>Bayes Learning</label>
<type>checkbox</type>
<help>Enable this if you want to enable bayes learning.</help>
</field>