[libalgorithm-svm-perl] 01/02: Fix spelling in manpages

Andreas Tille tille at debian.org
Thu Apr 20 06:06:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository libalgorithm-svm-perl.

commit 57a89ab08772895c02e111b53a538b25b56b7984
Author: Andreas Tille <tille at debian.org>
Date:   Thu Apr 20 08:04:02 2017 +0200

    Fix spelling in manpages
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 53815f4..c99f230 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 remove-3rd-party-libsvm.patch
 update-libsvm3.patch
 do-not-link-to-libm.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..fa23b69
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,19 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 20 Apr 2017 08:01:36 +0200
+Description: Fix spelling in man page
+
+--- a/lib/Algorithm/SVM.pm
++++ b/lib/Algorithm/SVM.pm
+@@ -104,10 +104,10 @@ Algorithm::SVM - Perl bindings for the l
+   # Load a saved model from a file.
+   $svm->load('new-sample.model');
+ 
+-  # Retreive the number of classes.
++  # Retrieve the number of classes.
+   $num = $svm->getNRClass();
+ 
+-  # Retreive labels for dataset classes
++  # Retrieve labels for dataset classes
+   (@labels) = $svm->getLabels();
+ 
+   # Probabilty for regression models, see below for details

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libalgorithm-svm-perl.git



More information about the Pkg-perl-cvs-commits mailing list