From: Arthur Axel 'fREW' Schmidt Date: Fri, 9 Aug 2013 01:33:48 +0000 (-0500) Subject: fix typos (found by dsteinbrunner) X-Git-Tag: v0.005005~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44d86a53baa1f4f521c1d157219bec0076d57ccc;p=p5sagit%2FLog-Contextual.git fix typos (found by dsteinbrunner) --- diff --git a/lib/Log/Contextual.pm b/lib/Log/Contextual.pm index 2e5e2b3..8bda377 100644 --- a/lib/Log/Contextual.pm +++ b/lib/Log/Contextual.pm @@ -342,7 +342,7 @@ supporting those levels is as easy as doing =head2 -package_logger The C<-package_logger> import option is similar to the C<-logger> import option -except C<-package_logger> sets the the logger for the current package. +except C<-package_logger> sets the logger for the current package. Unlike L, C<-package_logger> cannot be overridden with L. @@ -360,7 +360,7 @@ CPAN we recommend L for your package logger. =head2 -default_logger The C<-default_logger> import option is similar to the C<-logger> import option -except C<-default_logger> sets the the B logger for the current package. +except C<-default_logger> sets the B logger for the current package. Basically it sets the logger to be used if C is never called; so