Diff between 1edffc22a343511ad1357d002f1968e4746c68a6 and 2eba5b6e91555d9f4dfb1c4b2adcc5b18d1d8897
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/bluetooth.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/plugins/bluetooth.c b/obexd/plugins/bluetooth.c
index 51afdc9..afb2215 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;