summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2013-05-05 14:37:29 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2013-05-05 14:37:29 -0500
commit7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510 (patch)
tree341876733768e35677a3728555ed26327458ee97 /ChangeLog
parentd720ec70a7b70ec971df2dae59b9fc820fd04288 (diff)
downloadkpowersave-7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510.tar.gz
kpowersave-7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510.zip
Fix typos.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cdfe434..ea98c4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -204,17 +204,17 @@
* src/hardware.cpp: If the desktop session (if detected
via ConsoleKit) get inactive call releasePolicyPowerIface()
- and if the session is active again try to aquire the
+ and if the session is active again try to acquire the
org.freedesktop.Policy.Power interface again.
This should happen:
- the session get inactive:
- release org.freedesktop.Policy.Power:
powersaved or if there is an other desktop session
- an other KPowersave instance can aquire the name and
+ an other KPowersave instance can acquire the name and
handle powermanagement.
- the session get active again:
- - the current active KPowersave instance aquire the
+ - the current active KPowersave instance acquire the
interface/name from powersaved (if there is an other
KPowersave instance holding the name it should release
the name ...) and handle powermanagement again.
@@ -230,7 +230,7 @@
2007-08-20 Danny Kukawka <danny.kukawka@web.de>
- * src/dbusHAL.[cpp,h]: Split up the code to aquire the
+ * src/dbusHAL.[cpp,h]: Split up the code to acquire the
org.freedesktop.Policy.Power name service to a new own
function. Added new function to release the service
name again. Call now dbus_bus_release_name() if close()
@@ -2011,7 +2011,7 @@
2006-11-19 Danny Kukawka <danny.kukawka@web.de>
* TODO: removed done issues
- * src/dbusHAL.[cpp,h]: Added code to claim/aquire the
+ * src/dbusHAL.[cpp,h]: Added code to claim/acquire the
org.freedesktop.Policy.Power interface from D-Bus to stop
the powersave daemon/client and to be allowed to handle
the powermanagement policy.