hixie: Fix the points that call the application cache update process to send a cache group, not a cache. (whatwg r4063)

hixie: Fix the points that call the application cache update process to
send a cache group, not a cache. (whatwg r4063)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3224&r2=1.3225&f=h
http://html5.org/tools/web-apps-tracker?from=4062&to=4063

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3224
retrieving revision 1.3225
diff -u -d -r1.3224 -r1.3225
--- Overview.html 30 Sep 2009 09:55:14 -0000 1.3224
+++ Overview.html 30 Sep 2009 09:57:14 -0000 1.3225
@@ -48260,8 +48260,9 @@
 
     <p>Associate <var title="">document</var> with the
     <a href="#application-cache">application cache</a> from which it was loaded. Invoke
-    the <a href="#application-cache-update-process">application cache update process</a> for that cache,
-    with <var title="">document</var> as the <a href="#cache-host">cache
+    the <a href="#application-cache-update-process">application cache update process</a> for that
+    <a href="#application-cache">application cache</a>'s <a href="#application-cache-group">application cache
+    group</a>, with <var title="">document</var> as the <a href="#cache-host">cache
     host</a>.</p>
 
    </dd>

Received on Wednesday, 30 September 2009 09:57:51 UTC