[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Gavin Henry ghenry at suretecsystems.com
Mon May 6 11:56:45 UTC 2013


The following commit has been merged in the master branch:
commit dfe861fe315a53ba6f84cccc0523362e6c09e150
Author: Gavin Henry <ghenry at suretecsystems.com>
Date:   Sun Mar 4 20:59:23 2012 +0000

    Small typo.

diff --git a/lib/Log/Stash/DSL.pm b/lib/Log/Stash/DSL.pm
index 2b08e51..000fa9d 100644
--- a/lib/Log/Stash/DSL.pm
+++ b/lib/Log/Stash/DSL.pm
@@ -20,7 +20,7 @@ sub _check_factory {
 sub log_chain (&) {
     my $code = shift;
     if ($FACTORY) {
-        confess("Cannot chain witin a chain");
+        confess("Cannot chain within a chain");
     }
     local $FACTORY = Log::Stash::DSL::Factory->new;
     my $ret = $code->();

-- 
libmessage-passing-perl Debian packaging



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