[libmessage-passing-zeromq-perl] 36/78: Spelling fixes

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 09:28:23 UTC 2013


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

js pushed a commit to branch master
in repository libmessage-passing-zeromq-perl.

commit cff4a3260a09998d05f836641471eb91bc5c8a2f
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Sat May 26 16:40:45 2012 +0100

    Spelling fixes
---
 lib/Message/Passing/ZeroMQ.pm                 |    2 +-
 lib/Message/Passing/ZeroMQ/Role/HasASocket.pm |    6 +++---
 t/author/spelling.t                           |    1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/Message/Passing/ZeroMQ.pm b/lib/Message/Passing/ZeroMQ.pm
index 50c4e2c..1029c63 100644
--- a/lib/Message/Passing/ZeroMQ.pm
+++ b/lib/Message/Passing/ZeroMQ.pm
@@ -68,7 +68,7 @@ On your log aggregation server, just run the logstash utility:
 
 Note that in ZeroMQ, the connection direction and the direction of message flow can be
 entirely opposite. I.e. a client can connect to a server and send messages to it, or
-recieve messages from it (depending on the direction of the socket types).
+receive messages from it (depending on the direction of the socket types).
 
 =head1 SOCKET TYPES
 
diff --git a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
index bfefc3a..887394b 100644
--- a/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
+++ b/lib/Message/Passing/ZeroMQ/Role/HasASocket.pm
@@ -107,7 +107,7 @@ All subscribers get a copy of each message.
 
 =head3 SUB
 
-The pair of PUB, recieves broadcast messages.
+The pair of PUB, receives broadcast messages.
 
 =head3 PUSH
 
@@ -116,7 +116,7 @@ subscribers. Therefore N subscribers will see 1/N of the message flow.
 
 =head2 PULL
 
-The pair of PUSH, recieves a proportion of messages distributed.
+The pair of PUSH, receives a proportion of messages distributed.
 
 =head2 linger
 
@@ -131,7 +131,7 @@ buffer for this connection. Further messages will be dropped until
 the buffer starts to empty.
 
 Receiving messages will be buffered by ZeroMQ for you until you're
-ready to recieve them, after which they will be discarded.
+ready to receive them, after which they will be discarded.
 
 =head3 linger off
 
diff --git a/t/author/spelling.t b/t/author/spelling.t
index b09ecd0..92d4fa9 100644
--- a/t/author/spelling.t
+++ b/t/author/spelling.t
@@ -4,6 +4,7 @@ use Test::More;
 use Test::Spelling;
 
 add_stopwords(qw(
+    IP
     setsockopt
     SureVoIP
     VoIP

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



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