Description: Fix spelling error
Author: Angel Abad <angel@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
