summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2001-03-06 00:06:00 +0000
committerlink <link@localhost>2001-03-06 00:06:00 +0000
commit000d19f1343e117d3904effd7a462e424c033852 (patch)
tree9b3f748cc7354bddaa59db18d8127cfcaab8b79f
parent34e3db8dd1853cd70eff1bcdcbb9429a9ec5f5c2 (diff)
downloadmarkup-validator-000d19f1343e117d3904effd7a462e424c033852.zip
markup-validator-000d19f1343e117d3904effd7a462e424c033852.tar.gz
markup-validator-000d19f1343e117d3904effd7a462e424c033852.tar.bz2
Fix typo in charset error message. :-)
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 6189416..5e3e70d 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -8,7 +8,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.82 2001-03-05 22:26:42 link Exp $
+# $Id: check,v 1.83 2001-03-06 00:06:00 link Exp $
#
# We need Perl 5.004.
@@ -74,9 +74,9 @@ my $element_ref = 'http://www.htmlhelp.com/reference/html40/';
#
# Strings
-$VERSION = q$Revision: 1.82 $;
+$VERSION = q$Revision: 1.83 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
-$DATE = q$Date: 2001-03-05 22:26:42 $;
+$DATE = q$Date: 2001-03-06 00:06:00 $;
$MAINTAINER = 'gerald@w3.org';
my $notice = ''; # "<p><strong>Note: This service will be ...</strong>";
@@ -1286,7 +1286,7 @@ sub print_charset_error {
print <<".EOF.";
<p>
- A fatal error occured when attempting to transliterate the document charset.
+ A fatal error occurred when attempting to transliterate the document charset.
Either we do not support this charset yet, or you have specified a non-existant
character set (typically a misspelling such as "iso8859-1" for "iso-8859-1").
</p>