- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 16 Aug 2009 10:57:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv30275
Modified Files:
spec.html terminology.html
Log Message:
fixed typo
Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- terminology.html 16 Aug 2009 10:53:45 -0000 1.15
+++ terminology.html 16 Aug 2009 10:57:36 -0000 1.16
@@ -149,7 +149,7 @@
and
<a href="terminology.html#group">groups</a>
indicates an either/or alternative relationship between
- the two items it separates; that it, it indicates that
+ the two items it separates; that is, it indicates that
either the item before the "<code>|</code>" symbol can
occur, or the item after the symbol can occur.</dd>
<dt id="in-order"><span class="rnc-symbol">,</span> (in the order shown)</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- spec.html 16 Aug 2009 10:53:44 -0000 1.94
+++ spec.html 16 Aug 2009 10:57:36 -0000 1.95
@@ -853,7 +853,7 @@
and
<a href="#group">groups</a>
indicates an either/or alternative relationship between
- the two items it separates; that it, it indicates that
+ the two items it separates; that is, it indicates that
either the item before the "<code>|</code>" symbol can
occur, or the item after the symbol can occur.</dd>
<dt id="in-order">
Received on Sunday, 16 August 2009 10:57:48 UTC