Grammar fix suggested by Gwyn Judd.
Abhijit Menon-Sen [Thu, 3 Jan 2002 12:12:31 +0000 (12:12 +0000)]
p4raw-id: //depot/perl@14036

pod/perldiag.pod

index 90ed552..68bd0c2 100644 (file)
@@ -543,9 +543,9 @@ quotas or other plumbing problems.
 
 =item Can't declare class for non-scalar %s in "%s"
 
-(F) Currently, only scalar variables can declared with a specific class
-qualifier in a "my" or "our" declaration.  The semantics may be extended
-for other types of variables in future.
+(F) Currently, only scalar variables can be declared with a specific
+class qualifier in a "my" or "our" declaration.  The semantics may be
+extended for other types of variables in future.
 
 =item Can't declare %s in "%s"