typo in lib/diagnostics.pm
Bruce Barnett [Fri, 11 Apr 1997 18:00:54 +0000 (14:00 -0400)]
p5p-msgid: 199704111800.OAA27297@grymoire.crd.ge.com

lib/diagnostics.pm

index 0bdf1be..a858a64 100644 (file)
@@ -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 }