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=17048
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7216 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 27, 2012
1 parent 3ea550e commit 5fcb1dc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 July 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 July 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -74346,7 +74346,7 @@ <h3 id=timers><span class=secno>7.3 </span>Timers</h3>

<li>

<p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</p>
<p><a href=#queue-a-task title="queue a task">Queue</a> the <a href=#concept-task title=concept-task>task</a> <var title="">task</var>.</p>

<p class=note>Once the task has been processed, it is safe to
remove the entry for <var title="">handle</var> from the
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -246,7 +246,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 26 July 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 27 July 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -74346,7 +74346,7 @@ setTimeout({ toString: function () {

<li>

<p><a href=#queue-a-task title="queue a task">Queue</a> the <var title="">task</var> <a href=#concept-task title=concept-task>task</a>.</p>
<p><a href=#queue-a-task title="queue a task">Queue</a> the <a href=#concept-task title=concept-task>task</a> <var title="">task</var>.</p>

<p class=note>Once the task has been processed, it is safe to
remove the entry for <var title="">handle</var> from the
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -87021,8 +87021,8 @@ setTimeout({ toString: function () {

<li>

<p><span title="queue a task">Queue</span> the <var
title="">task</var> <span title="concept-task">task</span>.</p>
<p><span title="queue a task">Queue</span> the <span
title="concept-task">task</span> <var title="">task</var>.</p>

<p class="note">Once the task has been processed, it is safe to
remove the entry for <var title="">handle</var> from the
Expand Down

0 comments on commit 5fcb1dc

Please sign in to comment.