summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2021-05-04 12:59:22 -0400
committerRichard Hughes <richard@hughsie.com>2021-05-04 18:09:52 +0100
commit2768fcedddb70a8c0409913d60cda49706ad958c (patch)
tree7b5dd01a015374658541d3ddeb929e200a9f1fc3
parente73723cabe4d5a2e2b281d2f1ea751b2d75bccc6 (diff)
downloadcolord-2768fcedddb70a8c0409913d60cda49706ad958c.tar.gz
Fix typo in device-removed signal documentation
It's just a little copy/paste error, but it made me do a double-take.
-rw-r--r--lib/colord/cd-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/colord/cd-client.c b/lib/colord/cd-client.c
index ed2188d..eeaf5c4 100644
--- a/lib/colord/cd-client.c
+++ b/lib/colord/cd-client.c
@@ -2464,7 +2464,7 @@ cd_client_class_init (CdClientClass *klass)
* @client: the #CdClient instance that emitted the signal
* @device: the #CdDevice that was removed.
*
- * The ::device-added signal is emitted when a device is removed.
+ * The ::device-removed signal is emitted when a device is removed.
*
* Since: 0.1.0
**/