Diff between 5b4be5a091e52d8cd8c151ea3fe5faa57fc13903 and c5da066676f834a9db4cf42037ba251495f1ae68
Changed Files
| File | Additions | Deletions | Status |
| tools/obexctl.c | +1 | -1 | modified |
Full Patch
diff --git a/tools/obexctl.c b/tools/obexctl.c
index ece50f6..33ee180 100644
--- a/tools/obexctl.c
+++ b/tools/obexctl.c
@@ -2319,7 +2319,7 @@ static void transfer_added(GDBusProxy *proxy)
data = g_new0(struct transfer_data, 1);
- if (g_dbus_proxy_get_property(proxy, "Transfered", &iter))
+ if (g_dbus_proxy_get_property(proxy, "Transferred", &iter))
dbus_message_iter_get_basic(&iter, &data->transferred);
if (g_dbus_proxy_get_property(proxy, "Size", &iter))