[libtree-simple-perl] 04/05: Add a patch to fix spelling mistakes in the POD.
gregor herrmann
gregoa at debian.org
Sun Feb 21 18:36:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libtree-simple-perl.
commit 576c8b3d022035cbd9f4e0432799fed39a372c84
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Feb 21 19:34:38 2016 +0100
Add a patch to fix spelling mistakes in the POD.
---
debian/patches/series | 1 +
debian/patches/spelling.patch | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..a381656
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,23 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=112239
+Bug: https://rt.cpan.org/Ticket/Display.html?id=112239
+
+--- a/lib/Tree/Simple.pm
++++ b/lib/Tree/Simple.pm
+@@ -602,11 +602,11 @@
+ # make a tree root
+ my $tree = Tree::Simple->new("0", Tree::Simple->ROOT);
+
+- # explicity add a child to it
++ # explicitly add a child to it
+ $tree->addChild(Tree::Simple->new("1"));
+
+ # specify the parent when creating
+- # an instance and it adds the child implicity
++ # an instance and it adds the child implicitly
+ my $sub_tree = Tree::Simple->new("2", $tree);
+
+ # chain method calls
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtree-simple-perl.git
More information about the Pkg-perl-cvs-commits
mailing list