[libanyevent-rabbitmq-perl] 113/151: Fix to UK spelling, as I am british ; P

Damyan Ivanov dmn at moszumanska.debian.org
Thu Jan 16 11:03:09 UTC 2014


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

dmn pushed a commit to annotated tag debian/1.12-1
in repository libanyevent-rabbitmq-perl.

commit abf9c9746d4bf44a34062f452b2d314a290538fb
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Aug 27 08:46:24 2012 +0100

    Fix to UK spelling, as I am british ;P
---
 lib/AnyEvent/RabbitMQ/Channel.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index cfaed30..e1b2694 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -855,7 +855,7 @@ Callback called if the subscription fails for any reason.
 Cancel a queue subscription.
 
 Note that the cancellation B<will not> take place at once, and further messages may be
-consumed before the subscription is canceled. No further messages will be
+consumed before the subscription is cancelled. No further messages will be
 consumed after the on_success callback has been called.
 
 Arguments:
@@ -869,11 +869,11 @@ consumed from.
 
 =item on_success
 
-Callback called if the subscription was successfully canceled.
+Callback called if the subscription was successfully cancelled.
 
 =item on_failure
 
-Callback called if the subscription could not be canceled for any reason.
+Callback called if the subscription could not be cancelled for any reason.
 
 =back
 
@@ -896,7 +896,7 @@ a notification that there was nothing to collect from the queue.
 
 =item on_failure
 
-This callback will be called if an error is signaled on this channel.
+This callback will be called if an error is signalled on this channel.
 
 =back
 

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



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