- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:16 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 257:c641ac5ce943
user: ville
date: Sun Jan 04 17:52:20 2009 +0000
files: bin/checklink
description:
Comment typo fix.
diff -r 28174bf7f9d2 -r c641ac5ce943 bin/checklink
--- a/bin/checklink Thu Jan 01 22:50:43 2009 +0000
+++ b/bin/checklink Sun Jan 04 17:52:20 2009 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2009 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 4.125 2009-01-01 22:50:43 ville Exp $
+# $Id: checklink,v 4.126 2009-01-04 17:52:20 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -235,7 +235,7 @@
script => ['src'],
};
-# Tag=>attribute mapping of things we treat as space separeted lists of links.
+# Tag=>attribute mapping of things we treat as space separated lists of links.
use constant LINK_LIST_ATTRS => {
head => ['profile'],
};
@@ -260,7 +260,7 @@
$PROGRAM = 'W3C-checklink';
$VERSION = '4.3';
$REVISION = sprintf('version %s (c) 1999-2009 W3C', $VERSION);
- my ($cvsver) = q$Revision: 4.125 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 4.126 $ =~ /(\d+[\d\.]*\.\d+)/;
$AGENT = sprintf('%s/%s [%s] %s',
$PROGRAM, $VERSION, $cvsver,
(W3C::UserAgent::USE_ROBOT_UA
Received on Thursday, 5 August 2010 14:47:32 UTC