Typos: round 1. (whatwg r2963)

Typos: round 1. (whatwg r2963)

Editor's Draft 18 April 2009
http://people.w3.org/mike/diffs/html5/workers/Overview.1.105.html#editor-s-draft-date-zzz-9-june-2008
1.2.2 A worker for updating a client-side database
http://people.w3.org/mike/diffs/html5/workers/Overview.1.105.html#a-worker-for-updating-a-client-side-database
Status of this document
http://people.w3.org/mike/diffs/html5/workers/Overview.1.105.html#status-of-this-document

http://people.w3.org/mike/diffs/html5/workers/Overview.diff.html
http://dev.w3.org/cvsweb/html5/workers/Overview.html?r1=1.104&r2=1.105&f=h
http://html5.org/tools/web-apps-tracker?from=2962&to=2963

===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Overview.html 2 Apr 2009 21:32:17 -0000 1.104
+++ Overview.html 18 Apr 2009 06:33:58 -0000 1.105
@@ -145,7 +145,7 @@
   </style><link href=http://www.w3.org/StyleSheets/TR/%57%33%43-ED rel=stylesheet type=text/css><!-- ZZZ ED vs WD --><div class=head>
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>Web Workers</h1>
-   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->2 April 2009</h2>
+   <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->18 April 2009</h2>
    <dl><!-- ZZZ: update the month/day
     <dt>This Version:</dt>
     <dd><a href="http://www.w3.org/TR/2009/WD-workers-20090101/">http://www.w3.org/TR/2009/WD-workers-20090101/</a></dd>
@@ -214,7 +214,7 @@
   Working Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation track.
   <!--ZZZ:-->
-  This specification is the 2 April 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
+  This specification is the 18 April 2009 <!--ZZZ "Working Draft"-->Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to specify a part of the Web
@@ -310,7 +310,7 @@
      continue search;
   // found a prime!
   postMessage(n);
-}</pre><p>The bulk of this code is simply an unoptimised search for a prime
+}</pre><p>The bulk of this code is simply an unoptimized search for a prime
   number. To send a message back to the page, the <code title=dom-DedicatedWorkerGlobalScope-postMessage><a href=#dom-dedicatedworkerglobalscope-postmessage>postMessage()</a></code>
   method is used to post a message when a prime is found.<p><a href=http://www.whatwg.org/demos/workers/primes/page.html>View this example online</a>.<h4 id=a-worker-for-updating-a-client-side-database><span class=secno>1.2.2 </span>A worker for updating a client-side database</h4><p><em>This section is non-normative.</em><p>In this example, the main document spawns a worker whose only
   task is to listen for notifications from the server, and, when

Received on Saturday, 18 April 2009 06:35:07 UTC