summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-05-07 09:46:49 +0200
committerBastien Nocera <hadess@hadess.net>2014-05-07 09:46:49 +0200
commit212b4397ccba17caf86206e2b265c0c2e4ad158c (patch)
treefd9579121f35b0ba89f93eeb268987e1be5eab7f
parent54a030a38d3451b90cc6552b15555085bfc215ca (diff)
downloadupower-212b4397ccba17caf86206e2b265c0c2e4ad158c.tar.gz
lib: Fix API doc for up_client_get_on_battery()
-rw-r--r--libupower-glib/up-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libupower-glib/up-client.c b/libupower-glib/up-client.c
index cb1c035..1beb220 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -250,7 +250,7 @@ up_client_get_is_docked (UpClient *client)
*
* Get whether the system is running on battery power.
*
- * Return value: TRUE if the system is currently running on battery, FALSE other wise.
+ * Return value: %TRUE if the system is currently running on battery, %FALSE otherwise.
*
* Since: 0.9.0
**/