hixie: Fix some typos or copypasta. (whatwg r7118)

hixie: Fix some typos or copypasta. (whatwg r7118)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5670&r2=1.5671&f=h
http://html5.org/tools/web-apps-tracker?from=7117&to=7118

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5670
retrieving revision 1.5671
diff -u -d -r1.5670 -r1.5671
--- Overview.html 5 Jun 2012 00:16:05 -0000 1.5670
+++ Overview.html 5 Jun 2012 20:28:13 -0000 1.5671
@@ -29708,7 +29708,7 @@
 
     <p>Returns the state that the <code><a href="#mediacontroller">MediaController</a></code> was in
     the last time it fired events as a result of <a href="#report-the-controller-state" title="report
-    the controller state">reporting teh controller state</a>. The
+    the controller state">reporting the controller state</a>. The
     values of this attribute are the same as for the <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute of <a href="#media-element" title="media element">media elements</a>.</p>
 
    </dd>
@@ -29774,7 +29774,7 @@
 
     <p>Returns the state that the <code><a href="#mediacontroller">MediaController</a></code> was in
     the last time it fired events as a result of <a href="#report-the-controller-state" title="report
-    the controller state">reporting teh controller state</a>. The
+    the controller state">reporting the controller state</a>. The
     value of this attribute is either "<code title="dom-MediaController-playing"><a href="#dom-mediacontroller-playing">playing</a></code>", indicating
     that the media is actively playing, "<code title="dom-MediaController-ended"><a href="#dom-mediacontroller-ended">ended</a></code>", indicating that
     the media is not playing because playback has reached the end of

Received on Tuesday, 5 June 2012 20:28:29 UTC