Diff between fbe157987ede70748da31ef2841d1f27d58cf2e9 and 3106df8aa07761f51413fda85c29072ded16bde8

Changed Files

File Additions Deletions Status
src/advertising.c +2 -2 modified

Full Patch

diff --git a/src/advertising.c b/src/advertising.c
index 7d69ee1..cd78584 100644
--- a/src/advertising.c
+++ b/src/advertising.c
@@ -382,7 +382,7 @@ static bool parse_advertising_include_tx_power(GDBusProxy *proxy,
 	DBusMessageIter iter;
 	dbus_bool_t b;
 
-	if (!g_dbus_proxy_get_property(proxy, "IncludeTXPower", &iter))
+	if (!g_dbus_proxy_get_property(proxy, "IncludeTxPower", &iter))
 		return true;
 
 	if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_BOOLEAN)
@@ -525,7 +525,7 @@ static DBusMessage *parse_advertisement(struct advertisement *ad)
 
 	if (!parse_advertising_include_tx_power(ad->proxy,
 						&ad->include_tx_power)) {
-		error("Property \"IncludeTXPower\" failed to parse");
+		error("Property \"IncludeTxPower\" failed to parse");
 		goto fail;
 	}