summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Wightman <MidLifeXis@wightmanfam.org>2013-04-23 09:33:36 -0500
committerRicardo Signes <rjbs@cpan.org>2013-12-22 21:07:21 -0500
commitab642b09b70064ce1fbcdfc6b9a2f4bb15341f1f (patch)
tree58f34c34da9967008f33ade2018b502b22b63a64
parent1187ab294ce496dbd43af7b12fdecd16195a88b3 (diff)
Typo correction
-rw-r--r--lib/CPAN/Mini.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CPAN/Mini.pm b/lib/CPAN/Mini.pm
index 68b5e23..eb5ca10 100644
--- a/lib/CPAN/Mini.pm
+++ b/lib/CPAN/Mini.pm
@@ -646,7 +646,7 @@ sub clean_file {
$minicpan->log($message);
-This will log (print) the given message unless the log level is too loo.
+This will log (print) the given message unless the log level is too low.
C<log>, which logs at the I<info> level, may also be called as C<trace> for
backward compatibility reasons.