From: Ronan Pigott <rpigott@xxxxxxxxxxxx> --- 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