diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 14:38:12 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 14:38:12 -0500 |
commit | a14f98704b2cfaacbb4114214d4fa1305a28cb64 (patch) | |
tree | 3389dbb8dce67157d1929ee6ca51518484d01f18 /src/dbusInterface.h | |
parent | 70932ba22c922847b66fb256b28b870d62697511 (diff) | |
download | tdepowersave-a14f98704b2cfaacbb4114214d4fa1305a28cb64.tar.gz tdepowersave-a14f98704b2cfaacbb4114214d4fa1305a28cb64.zip |
Fix typos.
Diffstat (limited to 'src/dbusInterface.h')
-rw-r--r-- | src/dbusInterface.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/dbusInterface.h b/src/dbusInterface.h index b0eb0b4..3e9ca94 100644 --- a/src/dbusInterface.h +++ b/src/dbusInterface.h @@ -89,10 +89,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 @@ -114,8 +114,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 @@ -125,7 +125,7 @@ public: //! to get information if KPowersave is connected to D-Bus bool isConnectedToDBUS(); //! to get info about claim org.freedesktop.Policy.Power interface - bool aquiredPolicyPowerInterface(); + bool acquiredPolicyPowerInterface(); //! return the current DBus connection DBusConnection *get_DBUS_connection(); |