Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17667
Affected topics: Web Workers

git-svn-id: http://svn.whatwg.org/webapps@7215 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 26, 2012
1 parent 8da2abb commit 3ea550e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -80607,7 +80607,7 @@ <h5 id=communicating-with-a-dedicated-worker><span class=secno>9.1.3.2 </span>Co

<p class=note>The implicit <code><a href=#messageport>MessagePort</a></code> used by
dedicated workers has its <a href=#port-message-queue>port message queue</a> implicitly
enabled when it is created, so there is no equivanet to the
enabled when it is created, so there is no equivalent to the
<code><a href=#messageport>MessagePort</a></code> interface's <code title=dom-MessagePort-start><a href=#dom-messageport-start>start()</a></code> method on the
<code><a href=#worker>Worker</a></code> interface.</p>

Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -80607,7 +80607,7 @@ function _decrypt(k, s) {

<p class=note>The implicit <code><a href=#messageport>MessagePort</a></code> used by
dedicated workers has its <a href=#port-message-queue>port message queue</a> implicitly
enabled when it is created, so there is no equivanet to the
enabled when it is created, so there is no equivalent to the
<code><a href=#messageport>MessagePort</a></code> interface's <code title=dom-MessagePort-start><a href=#dom-messageport-start>start()</a></code> method on the
<code><a href=#worker>Worker</a></code> interface.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -93614,7 +93614,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<p class="note">The implicit <code>MessagePort</code> used by
dedicated workers has its <span>port message queue</span> implicitly
enabled when it is created, so there is no equivanet to the
enabled when it is created, so there is no equivalent to the
<code>MessagePort</code> interface's <code
title="dom-MessagePort-start">start()</code> method on the
<code>Worker</code> interface.</p>
Expand Down

0 comments on commit 3ea550e

Please sign in to comment.