diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-06-27 08:47:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 08:47:40 +0100 |
commit | d59bcf73d33b0029b617aa1b37ac9ea761948e46 (patch) | |
tree | a0da12a3b1fa9795f981e5b2762d55920b8ef28b /utils | |
parent | 2362e3ae3a8236a868c66ce1ac7f8e5c39ae7b77 (diff) | |
parent | bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (diff) | |
download | rspamd-d59bcf73d33b0029b617aa1b37ac9ea761948e46.tar.gz rspamd-d59bcf73d33b0029b617aa1b37ac9ea761948e46.zip |
Merge pull request #1710 from moisseev/spelling
[Minor] Massive spelling correction
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/fann_train.pl | 2 | ||||
-rw-r--r-- | utils/rspamd_stats.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/fann_train.pl b/utils/fann_train.pl index c6a4bf15a..46b539489 100755 --- a/utils/fann_train.pl +++ b/utils/fann_train.pl @@ -15,7 +15,7 @@ my @spam; my @ham; my $max_samples = -1; my $split = 1; -my $preprocessed = 0; # ouptut is in format <score>:<0|1>:<SYM1,...SYMN> +my $preprocessed = 0; # output is in format <score>:<0|1>:<SYM1,...SYMN> my $score_spam = 12; my $score_ham = -6; diff --git a/utils/rspamd_stats.pl b/utils/rspamd_stats.pl index 374b3bc97..0a2ad46b8 100644 --- a/utils/rspamd_stats.pl +++ b/utils/rspamd_stats.pl @@ -473,7 +473,7 @@ Number of latest logs to exclude (0 by default). =item B<--correlations> -Additionaly print correlation rate for each symbol displayed. This routine calculates merely paired correlations between symbols. +Additionally print correlation rate for each symbol displayed. This routine calculates merely paired correlations between symbols. =item B<--search-pattern> |