hixie: grammar fix (whatwg r4043)

hixie: grammar fix (whatwg r4043)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3204&r2=1.3205&f=h
http://html5.org/tools/web-apps-tracker?from=4042&to=4043

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3204
retrieving revision 1.3205
diff -u -d -r1.3204 -r1.3205
--- Overview.html 29 Sep 2009 09:29:04 -0000 1.3204
+++ Overview.html 29 Sep 2009 09:31:26 -0000 1.3205
@@ -56536,8 +56536,8 @@
   (e.g. invalid UTF-8 byte sequences in a UTF-8 input stream) are
   errors that conformance checkers are expected to report.</p>
 
-  <p>Any byte or sequences of bytes in the original byte stream that
-  is <a href="#misinterpreted-for-compatibility">misinterpreted for compatibility</a> is a <a href="#parse-error">parse
+  <p>Any byte or sequence of bytes in the original byte stream that is
+  <a href="#misinterpreted-for-compatibility">misinterpreted for compatibility</a> is a <a href="#parse-error">parse
   error</a>.</p>
 
   <p>One leading U+FEFF BYTE ORDER MARK character must be ignored if

Received on Tuesday, 29 September 2009 09:32:25 UTC