From 2768fcedddb70a8c0409913d60cda49706ad958c Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 4 May 2021 12:59:22 -0400 Subject: Fix typo in device-removed signal documentation It's just a little copy/paste error, but it made me do a double-take. --- lib/colord/cd-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 **/ -- cgit v1.2.1