All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Fix small typo in bluetoothctl
@ 2020-08-30  7:11 Barry Byford
  2020-08-30  7:11 ` [PATCH BlueZ 1/1] Fix " Barry Byford
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Byford @ 2020-08-30  7:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Barry Byford

Changing apperance to be appearance

Barry Byford (1):
  Fix typo in bluetoothctl

 client/advertising.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH BlueZ 1/1] Fix typo in bluetoothctl
  2020-08-30  7:11 [PATCH BlueZ 0/1] Fix small typo in bluetoothctl Barry Byford
@ 2020-08-30  7:11 ` Barry Byford
  2020-08-31 17:37   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 3+ messages in thread
From: Barry Byford @ 2020-08-30  7:11 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Barry Byford

---
 client/advertising.c | 4 ++--
 1 file 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);
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH BlueZ 1/1] Fix typo in bluetoothctl
  2020-08-30  7:11 ` [PATCH BlueZ 1/1] Fix " Barry Byford
@ 2020-08-31 17:37   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2020-08-31 17:37 UTC (permalink / raw)
  To: Barry Byford; +Cc: linux-bluetooth

Hi Barry,

On Sun, Aug 30, 2020 at 12:17 AM Barry Byford <31baz66@gmail.com> wrote:
>
> ---
>  client/advertising.c | 4 ++--
>  1 file 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);
> --
> 2.25.1

Applied, thanks.

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-31 17:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-30  7:11 [PATCH BlueZ 0/1] Fix small typo in bluetoothctl Barry Byford
2020-08-30  7:11 ` [PATCH BlueZ 1/1] Fix " Barry Byford
2020-08-31 17:37   ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.