[perl-Algorithm-SVM: 3/9] Fix typo 'classifcation' in the package description

Mathieu Bridon bochecha at fedoraproject.org
Thu Sep 20 02:46:49 UTC 2012


commit 66f07090db09647aee208411ddad220aa7d122c6
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Wed Sep 19 10:21:11 2012 +0800

    Fix typo 'classifcation' in the package description

 perl-Algorithm-SVM.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Algorithm-SVM.spec b/perl-Algorithm-SVM.spec
index 484072f..90af049 100644
--- a/perl-Algorithm-SVM.spec
+++ b/perl-Algorithm-SVM.spec
@@ -23,7 +23,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 
 %description
 Algorithm::SVM implements a Support Vector Machine for Perl. Support Vector
-Machines provide a method for creating classifcation functions from a set
+Machines provide a method for creating classification functions from a set
 of labeled training data, from which predictions can be made for subsequent
 data sets.
 
@@ -62,5 +62,8 @@ make test
 
 
 %changelog
+- Fix issues based on Petr's review feedback:
+  - Fix typo 'classifcation' in the package description.
+
 * Tue Aug 21 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 0.13-1
 - Initial package, with help from cpanspec.



More information about the perl-devel mailing list