- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 05 May 2011 22:04:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv31900
Modified Files:
Overview.html
Log Message:
typo (whatwg r6087)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4890
retrieving revision 1.4891
diff -u -d -r1.4890 -r1.4891
--- Overview.html 5 May 2011 21:48:16 -0000 1.4890
+++ Overview.html 5 May 2011 22:04:02 -0000 1.4891
@@ -3308,7 +3308,7 @@
<dt>One byte in the range 80 to BF preceded by a byte that is part of a complete UTF-8 sequence that does not include this byte</dt>
- <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as port of a sequence</dt>
+ <dt>One byte in the range 80 to BF preceded by a byte that is part of a sequence that has been replaced by a U+FFFD REPLACEMENT CHARACTER, either alone or as part of a sequence</dt>
<dd>Each such byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
Received on Thursday, 5 May 2011 22:04:08 UTC