- From: Shane McCarron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Feb 2010 20:28:50 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv13345
Modified Files:
respec.js
Log Message:
Fixed a typo: "There appear to have been" to "There appears to have been"
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- respec.js 15 Feb 2010 10:43:25 -0000 1.88
+++ respec.js 19 Feb 2010 20:28:48 -0000 1.89
@@ -883,7 +883,7 @@
sn.element("style", { type: "text/css" }, document.documentElement.firstElementChild, xhr.responseText);
}
else {
- error("There appear to have been a problem fetching the style sheet; status=" + xhr.status);
+ error("There appears to have been a problem fetching the style sheet; status=" + xhr.status);
}
}
catch (e) {
Received on Friday, 19 February 2010 20:28:51 UTC