diff --git a/src/advertising.c b/src/advertising.c
index 7d69ee1..cd78584 100644
--- a/src/advertising.c
+++ b/src/advertising.c
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)
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;
}