This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmath-quaternion-perl.
commit c30dafedf16391ad390576ba665522faf2c8400b Author: gregor herrmann <[email protected]> Date: Thu Jan 26 20:43:50 2017 +0100 Add a spelling.patch. --- debian/patches/series | 1 + debian/patches/spelling.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 5e86bfc..bbc0440 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ testsuite-randomness.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..67b2bed --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,18 @@ +Description: fix spelling in POD +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2017-01-26 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=120003 +Bug: https://rt.cpan.org/Ticket/Display.html?id=120003 + +--- a/lib/Math/Quaternion.pm ++++ b/lib/Math/Quaternion.pm +@@ -895,7 +895,7 @@ + + =item B<matrix4x4andinverse> + +-Similar to matrix4x4, but returnes a list of two array ++Similar to matrix4x4, but returns a list of two array + references. The first is a reference to the rotation matrix; + the second is a reference to its inverse. This may be useful + when rendering sprites, since you can multiply by the rotation -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-quaternion-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
