perl/modules/W3C/LogValidator/lib/W3C/LogValidator HTMLValidator.pm,1.6,1.7

Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv4677

Modified Files:
	HTMLValidator.pm 
Log Message:
grammar fix

Index: HTMLValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/HTMLValidator.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- HTMLValidator.pm	14 Apr 2004 05:46:12 -0000	1.6
+++ HTMLValidator.pm	2 Jun 2004 07:37:32 -0000	1.7
@@ -218,7 +218,7 @@
 		{
 			$outro="Conclusion :
 I had to check $last_invalid_position document(s) in order to find $invalid_census invalid HTML documents.
-This means that about $ratio\% of your most popular documents was invalid.";
+This means that about $ratio\% of your most popular documents were invalid.";
 		}
 		else
 		# we didn't find as many invalid docs as requested
@@ -227,7 +227,7 @@
 			$outro="Conclusion :
 You asked for $max_invalid invalid HTML document but I could only find $invalid_census 
 by processing (all the) $total_census document(s) in your logs. 
-This means that about $ratio\% of your most popular documents was invalid.";
+This means that about $ratio\% of your most popular documents were invalid.";
 		}
 	}
 	elsif (!$total_census)

Received on Wednesday, 2 June 2004 03:37:35 UTC