[libdevel-gdb-perl] 04/05: Add patch to correct spelling error in POD and code

Daniel Lintott dlintott-guest at moszumanska.debian.org
Mon Apr 14 17:23:22 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libdevel-gdb-perl.

commit cd212049e3775c34536379e610ada6d3971d358c
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Mon Apr 14 18:21:11 2014 +0100

    Add patch to correct spelling error in POD and code
---
 debian/patches/series               |  1 +
 debian/patches/spelling-error.patch | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 74fd08a..f6e6708 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+spelling-error.patch
 stdin.patch
diff --git a/debian/patches/spelling-error.patch b/debian/patches/spelling-error.patch
new file mode 100644
index 0000000..14d1376
--- /dev/null
+++ b/debian/patches/spelling-error.patch
@@ -0,0 +1,24 @@
+Description: Spelling error in POD and code
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=94725
+Last-Update: 2014-04-14
+--- a/lib/Devel/GDB.pm
++++ b/lib/Devel/GDB.pm
+@@ -246,7 +246,7 @@
+ processed before proceeding.
+ 
+ If provided, the C<$before_fn> and C<$after_fn> functions will, respectively, be
+-called before the command is sent (after the exclusive lock is aquired) and
++called before the command is sent (after the exclusive lock is acquired) and
+ after the result has been received (before the exclusive lock is released).
+ 
+ =cut
+@@ -529,7 +529,7 @@
+     # (b) nobody else is holding an exclusive lock.
+     $self->{'LOCK_excl'}->down;
+ 
+-    printf STDERR "+++ EXCLUSIVE LOCK AQUIRED\n"
++    printf STDERR "+++ EXCLUSIVE LOCK ACQUIRED\n"
+         if $DEBUG;
+ }
+ 

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



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