diff options
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(); |