- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 23 Aug 2011 07:30:40 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv15058
Modified Files:
battery-status.html
Log Message:
typo
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- battery-status.html 18 Aug 2011 11:40:02 -0000 1.33
+++ battery-status.html 23 Aug 2011 07:30:38 -0000 1.34
@@ -214,8 +214,8 @@
<dt>readonly attribute boolean isPlugged</dt>
<dd>
Represents whether the device is plugged in. If the device is
- current plugged in and its battery is being charged or is at
- its full capacity, then <code>isPlugged</code> MUST be set to
+ plugged in and its battery is being charged or is at its full
+ capacity, then <code>isPlugged</code> MUST be set to
<code>true</code>, otherwise <code>false</code>.
</dd>
<dt>readonly attribute float? level</dt>
Received on Tuesday, 23 August 2011 07:30:42 UTC