summaryrefslogtreecommitdiff
path: root/client/advertising.c
diff options
context:
space:
mode:
authorBarry Byford <31baz66@gmail.com>2020-08-30 08:11:08 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-08-31 10:33:48 -0700
commitc24db50c4368dfd1ea868cbc9f9976a99a365068 (patch)
treef21da2eaf2a0a73961b36e7942494ba9e1101099 /client/advertising.c
parent384559f241e0508e34c070472b0148d3baac877e (diff)
downloadbluez-c24db50c4368dfd1ea868cbc9f9976a99a365068.tar.gz
client: Fix typo in bluetoothctl
Diffstat (limited to 'client/advertising.c')
-rw-r--r--client/advertising.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/advertising.c b/client/advertising.c
index 94eb616b2..1aa28e749 100644
--- a/client/advertising.c
+++ b/client/advertising.c
@@ -185,7 +185,7 @@ static void print_ad(void)
bt_appear_to_str(ad.local_appearance),
ad.local_appearance);
else
- bt_shell_printf("Apperance: %s\n",
+ bt_shell_printf("Appearance: %s\n",
ad.appearance ? "on" : "off");
bt_shell_printf("Discoverable: %s\n", ad.discoverable ? "on": "off");
@@ -886,7 +886,7 @@ void ad_advertise_local_appearance(DBusConnection *conn, long int *value)
bt_appear_to_str(ad.local_appearance),
ad.local_appearance);
else
- bt_shell_printf("Apperance: %s\n",
+ bt_shell_printf("Appearance: %s\n",
ad.appearance ? "on" : "off");
return bt_shell_noninteractive_quit(EXIT_SUCCESS);