diff options
author | Darrell Anderson <[email protected]> | 2013-05-05 14:37:29 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2013-05-05 14:37:29 -0500 |
commit | 7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510 (patch) | |
tree | 341876733768e35677a3728555ed26327458ee97 /src/dbusHAL.h | |
parent | d720ec70a7b70ec971df2dae59b9fc820fd04288 (diff) | |
download | kpowersave-7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510.tar.gz kpowersave-7c1c86a1a8b4a0f34737cd3ed8f335b9c5498510.zip |
Fix typos.
Diffstat (limited to 'src/dbusHAL.h')
-rw-r--r-- | src/dbusHAL.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dbusHAL.h b/src/dbusHAL.h index d3a3754..3b52045 100644 --- a/src/dbusHAL.h +++ b/src/dbusHAL.h @@ -106,10 +106,10 @@ private: /*! * This boolean represent information if KPowersave could claim the * org.freedesktop.Policy.Power interface from the D-Bus - * \li true: if aquired + * \li true: if acquired * \li false: if not */ - bool aquiredPolicyPower; + bool acquiredPolicyPower; /* D-Bus helper functions */ //! to initialise the connection to D-Bus @@ -142,8 +142,8 @@ public: //! to close the connection to D-Bus and HAL bool close(); - //! to aquire the org.freedesktop.Policy.Power interface - bool aquirePolicyPowerIface(); + //! to acquire the org.freedesktop.Policy.Power interface + bool acquirePolicyPowerIface(); //! to release the org.freedesktop.Policy.Power interface bool releasePolicyPowerIface(); //! to check if the org.freedesktop.Policy.Power interface has an owner @@ -155,7 +155,7 @@ public: //! to get information if KPowersave is connected to HAL bool isConnectedToHAL(); //! to get info about claim org.freedesktop.Policy.Power interface - bool aquiredPolicyPowerInterface(); + bool acquiredPolicyPowerInterface(); //! return the current HAL context LibHalContext *get_HAL_context(); |