hixie: s/codepoint/code point/ for consistency (whatwg r5822)

hixie: s/codepoint/code point/ for consistency (whatwg r5822)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4679&r2=1.4680&f=h
http://html5.org/tools/web-apps-tracker?from=5821&to=5822

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4679
retrieving revision 1.4680
diff -u -d -r1.4679 -r1.4680
--- Overview.html 3 Feb 2011 20:56:35 -0000 1.4679
+++ Overview.html 3 Feb 2011 20:59:24 -0000 1.4680
@@ -3220,8 +3220,8 @@
    <dd>Each byte must be replaced with a U+FFFD REPLACEMENT CHARACTER.</dd>
 
   </dl><p>For the purposes of the above requirements, an <dfn id="overlong-form">overlong
-  form</dfn> in UTF-8 is a sequence that encodes a codepoint using
-  more bytes than the minimum needed to encode that codepoint in
+  form</dfn> in UTF-8 is a sequence that encodes a code point using
+  more bytes than the minimum needed to encode that code point in
   UTF-8.</p>
 
   <p class="example">For example, the byte string "41 98 BA 42 E2 98
@@ -38763,7 +38763,7 @@
            0x30 to 0x39, 0x41 to 0x5A, 0x5F, 0x61 to 0x7A</dt>
 
            <dd><p>Append to <var title="">s</var> the Unicode
-           character with the codepoint equal to the byte.</dd>
+           character with the code point equal to the byte.</dd>
 
            <dt>Otherwise</dt>
 
@@ -55360,7 +55360,7 @@
 
   <p>Code points in the range U+D800 to U+DFFF<!-- surrogates are not
   allowed e.g. in UTF-8, and we don't want them to suddenly turn into
-  codepoints when they go through a UTF-16 pipe --> in the input must
+  code points when they go through a UTF-16 pipe --> in the input must
   be replaced by U+FFFD REPLACEMENT CHARACTERs. Any occurrences of
   such characters and code points are <a href="#parse-error" title="parse error">parse
   errors</a>.</p>

Received on Thursday, 3 February 2011 21:00:45 UTC