- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 19:00:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv31508
Modified Files:
check
Log Message:
Comment spelling fix.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.696
retrieving revision 1.697
diff -u -d -r1.696 -r1.697
--- check 16 Sep 2009 19:15:19 -0000 1.696
+++ check 21 Sep 2009 19:00:05 -0000 1.697
@@ -2279,7 +2279,7 @@
}
}
}
- else { # FPI not know, checking if the SI is
+ else { # FPI not known, checking if the SI is
foreach my $proper_FPI (keys %{$CFG->{Types}}) {
if ($CFG->{Types}->{$proper_FPI}->{SysID}) {
if ($CFG->{Types}->{$proper_FPI}->{SysID} eq $SI) {
Received on Monday, 21 September 2009 19:00:17 UTC