summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-05-29 15:57:18 +0200
committerGuido Günther <agx@sigxcpu.org>2018-09-30 19:19:02 +0200
commitafdf4f99192120e3c5fc0611eb54f0f2d6cf722c (patch)
treeaf1a41bc66fe6495dcaba67bddb8e8c648107da7
parent409b2ccc89b55d43456a419e7923b9db5eee2b1a (diff)
downloadupower-afdf4f99192120e3c5fc0611eb54f0f2d6cf722c.tar.gz
lib: UpClient: Fix stray '%'
-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 bc9c17e..7172ae4 100644
--- a/libupower-glib/up-client.c
+++ b/libupower-glib/up-client.c
@@ -524,7 +524,7 @@ up_client_finalize (GObject *object)
* @error: Return location for error or %NULL.
*
* Creates a new #UpClient object. If connecting to upowerd on D-Bus fails,
- % this returns %NULL and sets @error.
+ * this returns %NULL and sets @error.
*
* Return value: a new UpClient object, or %NULL on failure.
*