[html5] r7541 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 24 21:10:23 PST 2012


Author: ianh
Date: 2012-11-24 21:10:21 -0800 (Sat, 24 Nov 2012)
New Revision: 7541

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18942
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-11-25 05:06:56 UTC (rev 7540)
+++ complete.html	2012-11-25 05:10:21 UTC (rev 7541)
@@ -80080,9 +80080,8 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <p>In this example, the main document uses two workers, one for
-  fetching stock updates for at regular intervals, and one for
-  fetching performing search queries that the user requests.</p>
+  <p>In this example, the main document uses two workers, one for fetching stock updates at regular
+  intervals, and one for performing search queries that the user requests.</p>
 
   <p>The main page is as follows:</p>
 
@@ -80143,8 +80142,8 @@
  </body>
 </html></pre>
 
-  <p>The two workers use a common library for performing the actual
-  network calls. This library is as follows:</p>
+  <p>The two workers use a common library for performing the actual network calls. This library is
+  as follows:</p>
 
   <pre>function get(url) {
   try {
@@ -104388,6 +104387,7 @@
   Brian Campbell,
   Brian Korver,
   Brian Kuhn,
+  Brian M. Dube,
   Brian Ryner,
   Brian Smith,
   Brian Wilson,

Modified: index
===================================================================
--- index	2012-11-25 05:06:56 UTC (rev 7540)
+++ index	2012-11-25 05:10:21 UTC (rev 7541)
@@ -80080,9 +80080,8 @@
 
   <p><i>This section is non-normative.</i></p>
 
-  <p>In this example, the main document uses two workers, one for
-  fetching stock updates for at regular intervals, and one for
-  fetching performing search queries that the user requests.</p>
+  <p>In this example, the main document uses two workers, one for fetching stock updates at regular
+  intervals, and one for performing search queries that the user requests.</p>
 
   <p>The main page is as follows:</p>
 
@@ -80143,8 +80142,8 @@
  </body>
 </html></pre>
 
-  <p>The two workers use a common library for performing the actual
-  network calls. This library is as follows:</p>
+  <p>The two workers use a common library for performing the actual network calls. This library is
+  as follows:</p>
 
   <pre>function get(url) {
   try {
@@ -104388,6 +104387,7 @@
   Brian Campbell,
   Brian Korver,
   Brian Kuhn,
+  Brian M. Dube,
   Brian Ryner,
   Brian Smith,
   Brian Wilson,

Modified: source
===================================================================
--- source	2012-11-25 05:06:56 UTC (rev 7540)
+++ source	2012-11-25 05:10:21 UTC (rev 7541)
@@ -93703,16 +93703,15 @@
 
   <!--END dev-html--><p><i>This section is non-normative.</i></p><!--START dev-html-->
 
-  <p>In this example, the main document uses two workers, one for
-  fetching stock updates for at regular intervals, and one for
-  fetching performing search queries that the user requests.</p>
+  <p>In this example, the main document uses two workers, one for fetching stock updates at regular
+  intervals, and one for performing search queries that the user requests.</p>
 
   <p>The main page is as follows:</p>
 
   <pre>EXAMPLE workers/stocks/page.html</pre>
 
-  <p>The two workers use a common library for performing the actual
-  network calls. This library is as follows:</p>
+  <p>The two workers use a common library for performing the actual network calls. This library is
+  as follows:</p>
 
   <pre>EXAMPLE workers/stocks/io.js</pre>
 
@@ -122338,6 +122337,7 @@
   Brian Campbell,
   Brian Korver,
   Brian Kuhn,
+  Brian M. Dube,
   Brian Ryner,
   Brian Smith,
   Brian Wilson,




More information about the Commit-Watchers mailing list