[libfuture-perl] 05/06: debian/patches/fix-spelling-error: Fix spelling errors.

Angel Abad angel at debian.org
Sun Oct 9 09:15:19 UTC 2016


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

angel pushed a commit to branch master
in repository libfuture-perl.

commit 9fe02ca7206f9f7b952c1099986fa6e185404684
Author: Angel Abad <angel at debian.org>
Date:   Sun Oct 9 11:12:43 2016 +0200

    debian/patches/fix-spelling-error: Fix spelling errors.
---
 debian/patches/fix-spelling-error | 26 ++++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/fix-spelling-error b/debian/patches/fix-spelling-error
new file mode 100644
index 0000000..99bd8c3
--- /dev/null
+++ b/debian/patches/fix-spelling-error
@@ -0,0 +1,26 @@
+Description: Fix spelling error
+Author: Angel Abad <angel at debian.org>
+Last-Updated: 2016-10-09
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=118309
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=118309
+
+--- a/lib/Future.pm
++++ b/lib/Future.pm
+@@ -1994,7 +1994,7 @@
+ I<Since version 0.28.>
+ 
+ Accessors that return the tracing timestamps from the instance. These give the
+-time the instance was contructed ("birth" time, C<btime>) and the time the
++time the instance was constructed ("birth" time, C<btime>) and the time the
+ result was determined (the "ready" time, C<rtime>). Each result is returned as
+ a two-element ARRAY ref, containing the epoch time in seconds and
+ microseconds, as given by C<Time::HiRes::gettimeofday>.
+@@ -2048,7 +2048,7 @@
+ 
+ This method is invoked internally by various methods that are about to save a
+ callback CODE reference supplied by the user, to be invoked later. The default
+-implementation simply returns the callback agument as-is; the method is
++implementation simply returns the callback argument as-is; the method is
+ provided to allow users to provide extra behaviour. This can be done by
+ applying a method modifier of the C<around> kind, so in effect add a chain of
+ wrappers. Each wrapper can then perform its own wrapping logic of the
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0ed6b03
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error

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



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