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

gregoa pushed a commit to branch master
in repository libgraphviz-perl.

commit db029ff07218d6c85c852d86c8ea290cfdcf58d2
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Jan 23 00:24:16 2016 +0100

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 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..bd7360c
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-01-23
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111385
+Bug: https://rt.cpan.org/Ticket/Display.html?id=111385
+
+--- a/lib/GraphViz.pm
++++ b/lib/GraphViz.pm
+@@ -392,7 +392,7 @@
+ node, edge and graph attributes (in addition to those controlled by
+ the special attributes described above). The value should be a hash
+ reference containing the corresponding key-value pairs. For example,
+-to make all nodes box-shaped (unless explicity given another shape):
++to make all nodes box-shaped (unless explicitly given another shape):
+ 
+   my $g = GraphViz->new(node => {shape => 'box'});
+ 

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to