Typos: round 6. (whatwg r2970)

Typos: round 6. (whatwg r2970)

4.7 Runtime script errors
http://people.w3.org/mike/diffs/html5/workers/Overview.1.108.html#runtime-script-errors

http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.107&r2=1.108&f=h
http://html5.org/tools/web-apps-tracker?from=2969&to=2970

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.html 19 Apr 2009 00:32:24 -0000 1.107
+++ Overview.html 19 Apr 2009 20:56:22 -0000 1.108
@@ -1446,7 +1446,7 @@
   </ol><h3 id=runtime-script-errors><span class=secno>4.7 </span>Runtime script errors</h3><p>Whenever a runtime script error occurs in one of the worker's
   scripts, if the error did not occur while handling a previous script
   error, the user agent must <span>queue a task</span> to <a href=#fire-an-error-event>fire
-  an error event</a> at the the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
+  an error event</a> at the <code><a href=#workerglobalscope>WorkerGlobalScope</a></code>
   object.<p>For shared workers, if the error is still <i title="">not
   handled</i> afterwards, or if the error occured while handling a
   previous script error, the error should be reported to the user.<p>For dedicated workers, if the error is still <i title="">not

Received on Tuesday, 21 April 2009 04:00:22 UTC