diff options
author | Bruce Barnett <barnett@grymoire.crd.ge.com> | 1997-04-11 14:00:54 -0400 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-04-09 00:00:00 +0000 |
commit | 864e1151dff76e2e8a34ce75279d790529b51d28 (patch) | |
tree | 02ed5215a42ccce2bb4b5d75d7e651ba7bb1c14d /lib/diagnostics.pm | |
parent | a5571d593ac90d11dc2015dcb1d4f62bc0d28a6d (diff) | |
download | perl-864e1151dff76e2e8a34ce75279d790529b51d28.tar.gz |
typo in lib/diagnostics.pm
p5p-msgid: 199704111800.OAA27297@grymoire.crd.ge.com
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r-- | lib/diagnostics.pm | 2 |
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 } |