html5/spec Overview.html,1.2427,1.2428

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30388

Modified Files:
	Overview.html 
Log Message:
typos (bug 7003) (whatwg r3281)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2427
retrieving revision 1.2428
diff -u -d -r1.2427 -r1.2428
--- Overview.html	16 Jun 2009 19:14:28 -0000	1.2427
+++ Overview.html	16 Jun 2009 19:17:21 -0000	1.2428
@@ -42696,7 +42696,7 @@
     <p>If the first argument to the method is an object that has an
     internal [[Call]] method, then return a <a href="#concept-task" title="concept-task">task</a> that calls that [[Call]] method
     with as its arguments the third and subsequent arguments to the
-    method (if any), and aborth these steps.</p>
+    method (if any), and abort these steps.</p>
 
     <p>Otherwise, continue with the remaining steps.</p>
 
@@ -44746,7 +44746,7 @@
   <a href="#concept-appcache-fallback-ns" title="concept-appcache-fallback-ns">fallback namespace</a>
   that is a <a href="#prefix-match">prefix match</a> for the URL being examined. If
   multiple fallback namespaces match the same URL, the longest one is
-  the one that matches. A URL looking for an fallback namespace can
+  the one that matches. A URL looking for a fallback namespace can
   match more than one application cache at a time, but only matches
   one namespace in each cache.</p>
 
@@ -45247,7 +45247,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushstate</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -45385,9 +45385,9 @@
   </div><h4 id="activating-state-object-entries"><span class="secno">6.10.3 </span><dfn title="activate the state object">Activating state object entries</dfn></h4><div class="impl">
 
   <p>When an entry in the session history is activated (which happens
-  during <a href="#traverse-the-history" title="traverse the history">session traversal</a>,
-  as described above), the user agent must run the following
-  steps:</p>
+  during <a href="#traverse-the-history" title="traverse the history">session history
+  traversal</a>, as described above), the user agent must run the
+  following steps:</p>
 
   <ol><!-- only called for the first entry of a Document set and for
   state object entries, not for frag id change entries --><li><p>If the entry is a <a href="#state-object">state object</a> entry, let <var title="">state</var> be a <a href="#structured-clone">structured clone</a> of that
@@ -45396,7 +45396,8 @@
 
    <li>
 
-    <p>Run the appropriate according to the conditions described:</p>
+    <p>Run the appropriate steps according to the conditions
+    described:</p>
 
     <dl class="switch"><dt>If the <a href="#current-document-readiness">current document readiness</a> is set to the
      string "complete"</dt>

Received on Tuesday, 16 June 2009 19:28:32 UTC