From 67b18e7c151cde922eab18f2b44eb531dfcb0b7a Mon Sep 17 00:00:00 2001 From: Barry Byford <31baz66@gmail.com> Date: Sun, 30 Aug 2020 08:11:08 +0100 Subject: [PATCH] client: Fix typo in bluetoothctl Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- client/advertising.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/advertising.c b/client/advertising.c index 87ce0484..7d510e4b 100644 --- a/client/advertising.c +++ b/client/advertising.c @@ -184,7 +184,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"); @@ -885,7 +885,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); -- 2.34.1