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
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