2009/dap/system-info battery-status.html,1.62,1.63

Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv19323

Modified Files:
	battery-status.html 
Log Message:
fix typos

Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- battery-status.html	26 Oct 2011 07:24:47 -0000	1.62
+++ battery-status.html	28 Oct 2011 12:26:14 -0000	1.63
@@ -242,11 +242,11 @@
         </dd>
       </dl>
       <p>
-        When a <code>Document</code> object is created, <code>charging</code>
-        MUST be set to false, <code>chargingTime</code> to 0,
-        <code>level</code> to 1.0 and <code>dischargingTime</code> to the value
-        positive Infinity, if the implementation is unable to report the
-        battery's charging state, charging time, level or remaining time
+        When a <code>BatteryManager</code> object is created,
+        <code>charging</code> MUST be set to true, <code>chargingTime</code>
+        to 0, <code>level</code> to 1.0 and <code>dischargingTime</code> to
+        the value positive Infinity, if the implementation is unable to report
+        the battery's charging state, charging time, level or remaining time
         respectively.
       </p>
       <p>

Received on Friday, 28 October 2011 12:26:20 UTC