--- obexd/plugins/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c index 51afdc9d0..afb2215bd 100644 --- a/obexd/plugins/bluetooth.c +++ b/obexd/plugins/bluetooth.c @@ -338,7 +338,7 @@ static void name_released(DBusConnection *conn, void *user_data) { GSList *l; - DBG("org.bluez disappered"); + DBG("org.bluez disappeared"); for (l = profiles; l; l = l->next) { struct bluetooth_profile *profile = l->data; -- 2.43.0