summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-05-07 09:18:53 +0000
committerville <ville@localhost>2010-05-07 09:18:53 +0000
commit4713fca26317885ee6976d7361335e4f504bb974 (patch)
tree25a46664fa57f68ed33592ce62049fcd72ebc97b
parent492ca2df586fc07b7d4be39bb0ab67c429d8bd8c (diff)
downloadmarkup-validator-4713fca26317885ee6976d7361335e4f504bb974.zip
markup-validator-4713fca26317885ee6976d7361335e4f504bb974.tar.gz
markup-validator-4713fca26317885ee6976d7361335e4f504bb974.tar.bz2
Comment spelling fix.
-rwxr-xr-xhttpd/cgi-bin/check6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index b8e6966..f3eeb7a 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -14,7 +14,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.773 2010-03-10 20:51:38 ville Exp $
+# $Id: check,v 1.774 2010-05-07 09:18:53 ville Exp $
#
# We need Perl 5.8.0+.
@@ -191,7 +191,7 @@ EOF
#
# Strings
- $VERSION = q$Revision: 1.773 $;
+ $VERSION = q$Revision: 1.774 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
# Read friendly error message file
@@ -1264,7 +1264,7 @@ sub dtd_validate (\$)
#
# Restricted file reading is disabled on Win32 for the time
- # beeing since neither SGML::Parser::OpenSP nor check auto-
+ # being since neither SGML::Parser::OpenSP nor check auto-
# magically set search_dirs to include the temp directory
# so restricted file reading would defunct the Validator.
$opensp->restrict_file_reading(1) unless $^O eq 'MSWin32';