client: Fix typo in bluetoothctl
authorBarry Byford <31baz66@gmail.com>
Sun, 30 Aug 2020 07:11:08 +0000 (08:11 +0100)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:50 +0000 (14:30 +0530)
Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
client/advertising.c

index 87ce048..7d510e4 100644 (file)
@@ -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);