html5/spec Overview.html,1.3712,1.3713

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3712
retrieving revision 1.3713
diff -u -d -r1.3712 -r1.3713
--- Overview.html	5 Feb 2010 20:16:29 -0000	1.3712
+++ Overview.html	5 Feb 2010 20:47:05 -0000	1.3713
@@ -19668,7 +19668,7 @@
 
        <li><p>Set the <code title="dom-media-error"><a href="#dom-media-error">error</a></code>
        attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to
-       <code title="dom-MediaError-MEDIA_ERR_ABORT">MEDIA_ERR_ABORT</code>.</li>
+       <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>.</li>
 
        <li><p><a href="#queue-a-task">Queue a task</a> to <a href="#fire-a-simple-event">fire a simple
        event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code>

Received on Friday, 5 February 2010 20:47:29 UTC