[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88
Tomas Doran
bobtfish at bobtfish.net
Mon May 6 11:57:01 UTC 2013
The following commit has been merged in the master branch:
commit e9dcbe86ce9a8b97e61cac23fdc351fe558b0193
Author: Tomas Doran <bobtfish at bobtfish.net>
Date: Sun May 27 08:27:04 2012 +0100
Spelling
diff --git a/lib/Message/Passing/Manual/Cookbook.pod b/lib/Message/Passing/Manual/Cookbook.pod
index 28995b0..76a2a01 100644
--- a/lib/Message/Passing/Manual/Cookbook.pod
+++ b/lib/Message/Passing/Manual/Cookbook.pod
@@ -40,7 +40,7 @@ And you've now got a multi-host log aggregation system for your application!
Assuming that you've got a regular syslogd setup and working, then you probably want to keep that.
Having B<some of> the log files on individual hosts can be very useful. Also, we'd like to avoid
-logstash being a privilidged user (which would be needed to get the standard port).
+logstash being a privileged user (which would be needed to get the standard port).
Therefore, we'll run a syslog listener on a high port (5140), and get the regular syslogd to ship
messages to it. The listener will then forward from each host to a central aggregate logger
diff --git a/lib/Message/Passing/Role/ConnectionManager.pm b/lib/Message/Passing/Role/ConnectionManager.pm
index 38c1f79..41d65d3 100644
--- a/lib/Message/Passing/Role/ConnectionManager.pm
+++ b/lib/Message/Passing/Role/ConnectionManager.pm
@@ -116,7 +116,7 @@ A Boolean indicating if the connection is currently considered fully connected
=head2 connection
-The underlieing connection object (if we are connected, or connecting currently) - can
+The connection object (if we are connected, or connecting currently) - can
be undefined if we are during a reconnect timeout.
=head1 METHODS
diff --git a/t/author/spelling.t b/t/author/spelling.t
index 80781d5..0d4dc41 100644
--- a/t/author/spelling.t
+++ b/t/author/spelling.t
@@ -4,6 +4,12 @@ use Test::More;
use Test::Spelling;
add_stopwords(qw(
+ privileged
+ conf
+ daemonize
+ ARGV
+ Recipies
+ recipies
multi
rsyslogd
syslogd
--
libmessage-passing-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list