hixie: typo (whatwg r4498)

hixie: typo (whatwg r4498)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3597&r2=1.3598&f=h
http://html5.org/tools/web-apps-tracker?from=4497&to=4498

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3597
retrieving revision 1.3598
diff -u -d -r1.3597 -r1.3598
--- Overview.html 6 Jan 2010 03:40:02 -0000 1.3597
+++ Overview.html 6 Jan 2010 03:48:02 -0000 1.3598
@@ -39765,7 +39765,7 @@
   </div><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> object, when indexed by
   name in this way, actually returns a <code><a href="#propertynodelist">PropertyNodeList</a></code>
   object with all the matching properties. The
-  <code><a href="#propertynodelist">PropertyNodeList</a></code> object can be used to obtained all the
+  <code><a href="#propertynodelist">PropertyNodeList</a></code> object can be used to obtain all the
   values at once using <em>its</em> <code title="dom-PropertyNodeList-values"><a href="#dom-propertynodelist-values">values</a></code> attribute, which
   returns an array of all the values.<div class="example">

Received on Wednesday, 6 January 2010 03:48:41 UTC