[libanyevent-rabbitmq-perl] 112/151: fix spelling errors
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 aff55a996a5ff9f550b07c29acee79b44a90fee9
Author: Chip Salzenberg <chip at topsy.com>
Date: Sun Aug 26 17:55:37 2012 -0700
fix spelling errors
---
lib/AnyEvent/RabbitMQ/Channel.pm | 12 ++++++------
xt/01_podspell.t | 2 ++
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/lib/AnyEvent/RabbitMQ/Channel.pm b/lib/AnyEvent/RabbitMQ/Channel.pm
index bae38ff..cfaed30 100644
--- a/lib/AnyEvent/RabbitMQ/Channel.pm
+++ b/lib/AnyEvent/RabbitMQ/Channel.pm
@@ -723,7 +723,7 @@ AnyEvent::RabbitMQ::Channel - Abstraction of an AMQP channel.
my $ch = $rf->open_channel();
$ch->declare_exchange(exchange => 'test_exchange');
-=head1 DESRIPTION
+=head1 DESCRIPTION
=head1 METHODS
@@ -842,7 +842,7 @@ supply a value if you want to be able to later cancel the subscription.
=item on_success
-Callback called if the subscription was successfull (before the first message is consumed).
+Callback called if the subscription was successful (before the first message is consumed).
=item on_failure
@@ -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 cancelled. No further messages will be
+consumed before the subscription is canceled. 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 cancelled.
+Callback called if the subscription was successfully canceled.
=item on_failure
-Callback called if the subscription could not be cancelled for any reason.
+Callback called if the subscription could not be canceled for any reason.
=back
@@ -887,7 +887,7 @@ Arguments:
=item queue
-Mandatory. Name of the queue to try to recieve a message from.
+Mandatory. Name of the queue to try to receive a message from.
=item on_success
diff --git a/xt/01_podspell.t b/xt/01_podspell.t
index e09d03f..1dc139d 100644
--- a/xt/01_podspell.t
+++ b/xt/01_podspell.t
@@ -11,3 +11,5 @@ cooldaemon at gmail.com
AMQP
RabbitMQ
multi
+ack
+qos
--
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