hixie: typo (whatwg r6358)

hixie: typo (whatwg r6358)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5080&r2=1.5081&f=h
http://html5.org/tools/web-apps-tracker?from=6357&to=6358

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5080
retrieving revision 1.5081
diff -u -d -r1.5080 -r1.5081
--- Overview.html 3 Aug 2011 07:04:31 -0000 1.5080
+++ Overview.html 3 Aug 2011 07:07:01 -0000 1.5081
@@ -38760,7 +38760,7 @@
   <p>On setting, it must act as if the <code title="dom-textarea/input-setSelectionRange"><a href="#dom-textarea-input-setselectionrange">setSelectionRange()</a></code>
   method had been called, with the current value of the <code title="dom-textarea/input-selectionStart"><a href="#dom-textarea-input-selectionstart">selectionStart</a></code>
   attribute as the first argument, the current value of the <code title="dom-textarea/input-selectionEnd"><a href="#dom-textarea-input-selectionend">selectionEnd</a></code>
-  attribute as the first argument, and the new value as the third
+  attribute as the second argument, and the new value as the third
   argument.</p>

Received on Wednesday, 3 August 2011 07:07:10 UTC