From bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 27 Jun 2017 10:44:19 +0300 Subject: [Minor] Massive spelling correction by a bot https://github.com/ka7/misspell_fixer --- utils/fann_train.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/fann_train.pl') 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 :<0|1>: +my $preprocessed = 0; # output is in format :<0|1>: my $score_spam = 12; my $score_ham = -6; -- cgit v1.2.3