hixie: typo (whatwg r5337)

hixie: typo (whatwg r5337)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4255&r2=1.4256&f=h
http://html5.org/tools/web-apps-tracker?from=5336&to=5337

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4255
retrieving revision 1.4256
diff -u -d -r1.4255 -r1.4256
--- Overview.html 24 Aug 2010 20:02:28 -0000 1.4255
+++ Overview.html 24 Aug 2010 22:20:00 -0000 1.4256
@@ -31171,7 +31171,7 @@
 
   </div><h6 id="the-readonly-attribute"><span class="secno">4.10.7.2.3 </span>The <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-readonly" title="attr-input-readonly"><code>readonly</code></dfn>
   attribute is a <a href="#boolean-attribute">boolean attribute</a> that controls whether
-  or not the use can edit the form control. <span class="impl">When
+  or not the user can edit the form control. <span class="impl">When
   specified, the element is <i title="concept-input-immutable"><a href="#concept-input-immutable">immutable</a></i>.</span><div class="impl">
 
   <p><strong>Constraint validation</strong>: If the <code title="attr-input-readonly"><a href="#attr-input-readonly">readonly</a></code> attribute is specified

Received on Tuesday, 24 August 2010 22:20:51 UTC