#11739 was incomplete.
Abhijit Menon-Sen [Fri, 24 Aug 2001 04:47:24 +0000 (04:47 +0000)]
p4raw-id: //depot/perl@11740

pod/perldiag.pod

index 402e70b..ff0a6ee 100644 (file)
@@ -631,7 +631,7 @@ is no builtin with the name C<word>.
 =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 misspelled 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?