diff options
author | hugo <hugo@localhost> | 2000-07-17 14:26:48 +0000 |
---|---|---|
committer | hugo <hugo@localhost> | 2000-07-17 14:26:48 +0000 |
commit | 2b63dc80604b4c279fc48c75ec15605f4b48f622 (patch) | |
tree | 90f83b0905f7babf822552dcf52bb377db83c0d0 | |
parent | e973277946a86d27bfa9616d6cf41764c9ba4965 (diff) | |
download | markup-validator-2b63dc80604b4c279fc48c75ec15605f4b48f622.zip markup-validator-2b63dc80604b4c279fc48c75ec15605f4b48f622.tar.gz markup-validator-2b63dc80604b4c279fc48c75ec15605f4b48f622.tar.bz2 |
Fixed typo
-rwxr-xr-x | httpd/cgi-bin/checklink.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd/cgi-bin/checklink.pl b/httpd/cgi-bin/checklink.pl index bfdabd8..0c8b933 100755 --- a/httpd/cgi-bin/checklink.pl +++ b/httpd/cgi-bin/checklink.pl @@ -5,7 +5,7 @@ # (c) 1999-2000 World Wide Web Consortium # based on Renaud Bruyeron's checklink.pl # -# $Id: checklink.pl,v 2.58 2000-07-13 21:18:55 hugo Exp $ +# $Id: checklink.pl,v 2.59 2000-07-17 14:26:48 hugo Exp $ # # This program is licensed under the W3C(r) License: # http://www.w3.org/Consortium/Legal/copyright-software @@ -34,7 +34,7 @@ $| = 1; # Version info my $PROGRAM = 'W3C checklink'; -my $VERSION = q$Revision: 2.58 $ . '(c) 1999-2000 W3C'; +my $VERSION = q$Revision: 2.59 $ . '(c) 1999-2000 W3C'; my $REVISION; ($REVISION = $VERSION) =~ s/Revision: (\d+\.\d+) .*/$1/; # Different options specified by the user @@ -1515,7 +1515,7 @@ sub html_header() { <!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\"> <html> <head> -<title>W3C Link Ckecker: $uri</title> +<title>W3C Link Checker: $uri</title> <style type=\"text/css\"> body { |