summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Barnett <barnett@grymoire.crd.ge.com>1997-04-11 14:00:54 -0400
committerChip Salzenberg <chip@atlantic.net>1997-04-09 00:00:00 +0000
commit864e1151dff76e2e8a34ce75279d790529b51d28 (patch)
tree02ed5215a42ccce2bb4b5d75d7e651ba7bb1c14d
parenta5571d593ac90d11dc2015dcb1d4f62bc0d28a6d (diff)
downloadperl-864e1151dff76e2e8a34ce75279d790529b51d28.tar.gz
typo in lib/diagnostics.pm
p5p-msgid: 199704111800.OAA27297@grymoire.crd.ge.com
-rw-r--r--lib/diagnostics.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm
index 0bdf1be1fa..a858a64ca7 100644
--- a/lib/diagnostics.pm
+++ b/lib/diagnostics.pm
@@ -145,7 +145,7 @@ Not being able to say "no diagnostics" is annoying, but may not be
insurmountable.
The C<-pretty> directive is called too late to affect matters.
-You have to to this instead, and I<before> you load the module.
+You have to do this instead, and I<before> you load the module.
BEGIN { $diagnostics::PRETTY = 1 }