develooper Front page | perl.perl5.porters | Postings from August 2001

[DOC patch bleadperl] "misspelled" misspelled

Thread Next
From:
Philip Newton
Date:
August 23, 2001 22:01
Subject:
[DOC patch bleadperl] "misspelled" misspelled
Message ID:
perl.perl5.porters-42479@nntp.perl.org
It's mis-spelled, not mis-pelled.

--- pod/perldiag.pod.orig       Fri Aug 24 02:13:10 2001
+++ pod/perldiag.pod    Fri Aug 24 06:01:04 2001
@@ -631,7 +631,7 @@
 =item Can't find %s character property "%s"

 (F) You used C<\p{}> or C<\P{}> but the character property by that name
-could not be find.  Maybe you mispelled the name of the property
+could not be found.  Maybe you misspelled the name of the property
 (remember that the names of character properties consist only of
 alphanumeric characters), or maybe you forgot the C<Is> or C<In> prefix?

@@ -2434,7 +2434,7 @@
 =item Package '%s' not found (did you use the incorrect case?)

 (W misc) You included a package file via C<use>, but the package name
-did not match the file name. It's possible that you mispelled the
+did not match the file name. It's possible that you misspelled the
 package name.

 =item page overflow
End of patch.

Cheers,
Philip
-- 
Philip Newton <Philip.Newton@gmx.net>

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About