From: Bruce Barnett Date: Fri, 11 Apr 1997 18:00:54 +0000 (-0400) Subject: typo in lib/diagnostics.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=864e1151dff76e2e8a34ce75279d790529b51d28;p=p5sagit%2Fp5-mst-13.2.git typo in lib/diagnostics.pm p5p-msgid: 199704111800.OAA27297@grymoire.crd.ge.com --- diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 0bdf1be..a858a64 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 you load the module. +You have to do this instead, and I you load the module. BEGIN { $diagnostics::PRETTY = 1 }