- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Mar 2011 23:46:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20546
Modified Files:
common-microsyntaxes.html spec.html
Log Message:
typo (whatwg r5972)
[updated by splitter]
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1415
retrieving revision 1.1416
diff -u -d -r1.1415 -r1.1416
--- spec.html 29 Mar 2011 22:46:38 -0000 1.1415
+++ spec.html 29 Mar 2011 23:46:36 -0000 1.1416
@@ -369,7 +369,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4796.
+This is revision 1.4797.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- common-microsyntaxes.html 25 Feb 2011 08:46:50 -0000 1.36
+++ common-microsyntaxes.html 29 Mar 2011 23:46:36 -0000 1.37
@@ -1674,7 +1674,7 @@
<p>The rules to <dfn id="parse-a-global-date-and-time-string">parse a global date and time string</dfn> are
as follows. This will return either a time in UTC, with associated
- time-zone offset information for round tripping or display purposes,
+ time-zone offset information for round-tripping or display purposes,
or nothing. If at any point the algorithm says that it "fails", this
means that it is aborted at that point and returns nothing.</p>
Received on Tuesday, 29 March 2011 23:46:40 UTC