[html5] r4498 - [e] (0) typo Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8427

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 19:47:27 PST 2010


Author: ianh
Date: 2010-01-05 19:47:22 -0800 (Tue, 05 Jan 2010)
New Revision: 4498

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8427

Modified: complete.html
===================================================================
--- complete.html	2010-01-06 03:39:54 UTC (rev 4497)
+++ complete.html	2010-01-06 03:47:22 UTC (rev 4498)
@@ -44722,7 +44722,7 @@
   <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.</p>
 

Modified: index
===================================================================
--- index	2010-01-06 03:39:54 UTC (rev 4497)
+++ index	2010-01-06 03:47:22 UTC (rev 4498)
@@ -44557,7 +44557,7 @@
   <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.</p>
 

Modified: source
===================================================================
--- source	2010-01-06 03:39:54 UTC (rev 4497)
+++ source	2010-01-06 03:47:22 UTC (rev 4498)
@@ -49735,7 +49735,7 @@
   <p>The <code>HTMLPropertiesCollection</code> object, when indexed by
   name in this way, actually returns a <code>PropertyNodeList</code>
   object with all the matching properties. The
-  <code>PropertyNodeList</code> object can be used to obtained all the
+  <code>PropertyNodeList</code> object can be used to obtain all the
   values at once using <em>its</em> <code
   title="dom-PropertyNodeList-values">values</code> attribute, which
   returns an array of all the values.</p>




More information about the Commit-Watchers mailing list