html5/spec Overview.html,1.1691,1.1692

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30346

Modified Files:
	Overview.html 
Log Message:
typos and c/p... (credit: pt) (whatwg r2521)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1691
retrieving revision 1.1692
diff -u -d -r1.1691 -r1.1692
--- Overview.html	2 Dec 2008 10:40:49 -0000	1.1691
+++ Overview.html	2 Dec 2008 10:48:40 -0000	1.1692
@@ -22911,7 +22911,7 @@
   state; otherwise, it is the <a href=#form-owner>form owner</a>'s <code title=attr-fs-method><a href=#attr-fs-method>method</a></code> attribute's state.<p>The <dfn id=attr-fs-enctype title=attr-fs-enctype><code>enctype</code></dfn>
   content attribute is an <a href=#enumerated-attribute>enumerated attribute</a> with the
   following keywords and states:<ul><li>The "<dfn id=attr-fs-enctype-urlencoded title=attr-fs-enctype-urlencoded><code>application/x-www-form-urlencoded</code></dfn>" keyword and corresponding state.</li>
-   <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multpart/form-data</code></dfn>" keyword and corresponding state.</li>
+   <li>The "<dfn id=attr-fs-enctype-formdata title=attr-fs-enctype-formdata><code>multipart/form-data</code></dfn>" keyword and corresponding state.</li>
    <li>The "<dfn id=attr-fs-enctype-text title=attr-fs-enctype-text><code>text/plain</code></dfn>" keyword and corresponding state.</li>
   </ul><p>The <i>missing value default</i> is the <code title=attr-fs-enctype-urlencoded><a href=#attr-fs-enctype-urlencoded>application/x-www-form-urlencoded</a></code>
   state.<p>The <dfn id=concept-fs-enctype title=concept-fs-enctype>enctype</dfn> of an element is
@@ -23468,7 +23468,7 @@
 
        <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
 
@@ -23560,7 +23560,7 @@
 
        <dd>Let <var title="">MIME type</var> be "<code title="">application/x-www-form-urlencoded</code>".</dd>
 
-       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+       <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
        <dd>Let <var title="">MIME type</var> be "<code title="">multipart/form-data</code>".</dd>
 
@@ -23669,7 +23669,7 @@
      <dd>Use the <a href=#application-x-www-form-urlencoded-encoding-algorithm><code title="">application/x-www-form-urlencoded</code> encoding
      algorithm</a>.</dd>
 
-     <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multpart/form-data</a></code></dt>
+     <dt>If <var title="">enctype</var> is <code title=attr-fs-enctype-formdata><a href=#attr-fs-enctype-formdata>multipart/form-data</a></code></dt>
 
      <dd>Use the <a href=#multipart-form-data-encoding-algorithm><code title="">multipart/form-data</code> encoding
      algorithm</a>.</dd>

Received on Tuesday, 2 December 2008 10:48:54 UTC