html5/workers Overview.html,1.57,1.58

Update of /sources/public/html5/workers
In directory hutz:/tmp/cvs-serv8031

Modified Files:
	Overview.html 
Log Message:
typos (whatwg r65)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/workers/Overview.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- Overview.html	12 Nov 2008 23:37:00 -0000	1.57
+++ Overview.html	12 Nov 2008 23:38:07 -0000	1.58
@@ -192,7 +192,7 @@
         updating a client-side database</a>
 
        <li><a href="#worker"><span class=secno>1.2.3 </span>Worker used for
-        backgroud I/O</a>
+        background I/O</a>
 
        <li><a href="#shared"><span class=secno>1.2.4 </span>Shared
         workers</a>
@@ -406,7 +406,7 @@
 
   <p>This connects to the server using the <code>WebSocket</code> mechanism
    and opens the local database (which, we presume, has been created
-   earlier). The worker then just listens for messages from the worker and
+   earlier). The worker then just listens for messages from the server and
    acts on them as appropriate, forever (or until the main page is closed).
 
   <p><a
@@ -415,7 +415,7 @@
    the server does not actually exist and the database is not created by this
    sample code.)
 
-  <h4 id=worker><span class=secno>1.2.3 </span>Worker used for backgroud I/O</h4>
+  <h4 id=worker><span class=secno>1.2.3 </span>Worker used for background I/O</h4>
 
   <p><em>This section is non-normative.</em>
 

Received on Wednesday, 12 November 2008 23:38:17 UTC