- From: Robin Berjon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Feb 2010 10:43:27 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/ReSpec.js/js
In directory hutz:/tmp/cvs-serv7615/js
Modified Files:
respec.js
Log Message:
with better spelling
Index: respec.js
===================================================================
RCS file: /sources/public/2009/dap/ReSpec.js/js/respec.js,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- respec.js 15 Feb 2010 10:42:47 -0000 1.87
+++ respec.js 15 Feb 2010 10:43:25 -0000 1.88
@@ -461,7 +461,7 @@
sotd = "<section id='sotd' class='introductory'><h2>Status of This Document</h2>" +
"<p>This document is merely a public working draft of a potential specification. It has " +
"no official standing of any kind and does not represent the support or consensus of any " +
- "standards organization.</p></section>"
+ "standards organisation.</p></section>"
}
else if (this.isNoTrack) {
var mc = (this.specStatus == "MO") ? " member-confidential" : "";
Received on Monday, 15 February 2010 10:43:28 UTC