[libgit-repository-perl] 05/06: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Wed Dec 2 20:07:40 UTC 2015


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

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

commit 76d7e4738a3969a29d5361259617a574b987195c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 2 21:05:55 2015 +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..a8d6d02
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-12-02
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=110027
+Bug: https://rt.cpan.org/Ticket/Display.html?id=110027
+
+--- a/lib/Git/Repository/Command.pm
++++ b/lib/Git/Repository/Command.pm
+@@ -272,7 +272,7 @@
+ =item C<cwd>
+ 
+ The I<current working directory> in which the git command will be run.
+-(C<chdir()> will be called just before lauching the command.)
++(C<chdir()> will be called just before launching the command.)
+ 
+ If not provided, it will default to the root of the Git repository work
+ tree (if the repository is bare, then no C<chdir()> will be performed).

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



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