2019-08-14 23:55:51

by Ronan Pigott

[permalink] [raw]
Subject: [PATCH BlueZ] shared/shell: fix help message typo

From: Ronan Pigott <[email protected]>

---
src/shared/shell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/shell.c b/src/shared/shell.c
index eac654f40..df621295f 100644
--- a/src/shared/shell.c
+++ b/src/shared/shell.c
@@ -267,7 +267,7 @@ static const struct bt_shell_menu_entry default_menu[] = {
{ "help", NULL, cmd_help,
"Display help about this program" },
{ "export", NULL, cmd_export,
- "Print evironment variables" },
+ "Print environment variables" },
{ }
};

--
2.22.0


2019-09-06 11:09:59

by Luiz Augusto von Dentz

[permalink] [raw]
Subject: Re: [PATCH BlueZ] shared/shell: fix help message typo

Hi,

On Thu, Aug 15, 2019 at 2:57 AM Ronan Pigott <[email protected]> wrote:
>
> From: Ronan Pigott <[email protected]>
>
> ---
> src/shared/shell.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/shared/shell.c b/src/shared/shell.c
> index eac654f40..df621295f 100644
> --- a/src/shared/shell.c
> +++ b/src/shared/shell.c
> @@ -267,7 +267,7 @@ static const struct bt_shell_menu_entry default_menu[] = {
> { "help", NULL, cmd_help,
> "Display help about this program" },
> { "export", NULL, cmd_export,
> - "Print evironment variables" },
> + "Print environment variables" },
> { }
> };
>
> --
> 2.22.0

Applied, thanks.

--
Luiz Augusto von Dentz