summaryrefslogtreecommitdiff
path: root/src/adapter.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-09-01 13:07:18 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2022-09-01 11:43:49 -0700
commit61f4f2895882a19c402e93ef4ba7bb6b802015a4 (patch)
tree8f4393d7739dfa8eb2c8e3a9aeb65965477918ed /src/adapter.c
parent6e49216ad47dc8ffd9cbf2066d13fd7b59613c98 (diff)
downloadbluez-61f4f2895882a19c402e93ef4ba7bb6b802015a4.tar.gz
adapter: Fix typo in function name
Diffstat (limited to 'src/adapter.c')
-rw-r--r--src/adapter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/adapter.c b/src/adapter.c
index 59afbcb6d..8fb2acdc8 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -3511,7 +3511,7 @@ static gboolean property_get_experimental(const GDBusPropertyTable *property,
return TRUE;
}
-static gboolean property_experimental_exits(const GDBusPropertyTable *property,
+static gboolean property_experimental_exists(const GDBusPropertyTable *property,
void *data)
{
struct btd_adapter *adapter = data;
@@ -3879,7 +3879,7 @@ static const GDBusPropertyTable adapter_properties[] = {
property_exists_modalias },
{ "Roles", "as", property_get_roles },
{ "ExperimentalFeatures", "as", property_get_experimental, NULL,
- property_experimental_exits },
+ property_experimental_exists },
{ }
};