hixie: typos (whatwg r6526)

hixie: typos (whatwg r6526)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5225&r2=1.5226&f=h
http://html5.org/tools/web-apps-tracker?from=6525&to=6526

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5225
retrieving revision 1.5226
diff -u -d -r1.5225 -r1.5226
--- Overview.html 25 Aug 2011 22:33:07 -0000 1.5225
+++ Overview.html 25 Aug 2011 22:37:20 -0000 1.5226
@@ -1744,7 +1744,7 @@
     such as text comments, values in URL parameters, messages from
     third-party sites, etc, it is imperative that the data be
     validated before use, and properly escaped when displayed. Failing
-    to do this can allow an hostile user to perform a variety of
+    to do this can allow a hostile user to perform a variety of
     attacks, ranging from the potentially benign, such as providing
     bogus user information like a negative age, to the serious, such
     as running scripts every time a user looks at a page that includes
@@ -24655,7 +24655,7 @@
 
    <dd>
 
-    <p>Returns an <code><a href="#videotracklist">VideoTrackList</a></code> object representing
+    <p>Returns a <code><a href="#videotracklist">VideoTrackList</a></code> object representing
     the video tracks available in the <a href="#media-resource">media resource</a>.</p>
 
    </dd>
@@ -26449,7 +26449,7 @@
 
   <p>The <dfn id="dom-media-texttracks" title="dom-media-textTracks"><code>textTracks</code></dfn>
   attribute of <a href="#media-element" title="media element">media elements</a> must
-  return an <a href="#platform-array-objects" title="platform array objects">platform array object</a>
+  return a <a href="#platform-array-objects" title="platform array objects">platform array object</a>
   for objects of type <code><a href="#texttrack">TextTrack</a></code> that is <i>fixed
   length</i> and <i>read only</i>. The same object must be returned
   each time the attribute is accessed. <a href="#refsWEBIDL">[WEBIDL]</a></p>

Received on Thursday, 25 August 2011 22:37:40 UTC