html5/spec Overview.html,1.3597,1.3598

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

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r4498)

Index: Overview.html
===================================================================
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:07 UTC