diff options
author | link <link@localhost> | 2001-09-07 00:19:39 +0000 |
---|---|---|
committer | link <link@localhost> | 2001-09-07 00:19:39 +0000 |
commit | ddc3089a6232d249f014a3cf3f9802c9432392c4 (patch) | |
tree | ae7f07385cbad142d3b67d3e27608a2ca024cf62 | |
parent | b2a2e4d791db1a63d5da8e20e6bea7441219bb32 (diff) | |
download | markup-validator-ddc3089a6232d249f014a3cf3f9802c9432392c4.zip markup-validator-ddc3089a6232d249f014a3cf3f9802c9432392c4.tar.gz markup-validator-ddc3089a6232d249f014a3cf3f9802c9432392c4.tar.bz2 |
Fixing typo. Thanks to AaronSw for the catch!
-rwxr-xr-x | httpd/cgi-bin/check | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check index 8002b5d..9d2abf4 100755 --- a/httpd/cgi-bin/check +++ b/httpd/cgi-bin/check @@ -9,7 +9,7 @@ # This source code is available under the license at: # http://www.w3.org/Consortium/Legal/copyright-software # -# $Id: check,v 1.172 2001-09-06 23:57:54 link Exp $ +# $Id: check,v 1.173 2001-09-07 00:19:39 link Exp $ # # We need Perl 5.004. @@ -80,9 +80,9 @@ my $element_ref = 'http://www.htmlhelp.com/reference/html40/'; # # Strings -$VERSION = q$Revision: 1.172 $; +$VERSION = q$Revision: 1.173 $; $VERSION =~ s/Revision: ([\d\.]+) /$1/; -$DATE = q$Date: 2001-09-06 23:57:54 $; +$DATE = q$Date: 2001-09-07 00:19:39 $; $MAINTAINER = 'gerald@w3.org'; $NOTICE = ''; # "<p><strong>Note: This service will be ...</strong>"; @@ -1487,7 +1487,7 @@ sub weblint { <hr> <h2><a name="weblint">Weblint Doesnt Live Here Any More</a></h2> <p> - <a href="http://www.weblint.org/">Weblint</a> is no longer beeing + <a href="http://www.weblint.org/">Weblint</a> is no longer actively maintained and has become badly out of date with the current state of the web, and so this feature has been deprecated. </p> |