From f3cbe6609af9de3f2621329797e43539b940215c Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 14 Aug 2019 16:00:34 -0700 Subject: [PATCH] shared/shell: fix help message typo --- 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 aa3e4743a..cfdcc76c4 100644 --- a/src/shared/shell.c +++ b/src/shared/shell.c @@ -269,7 +269,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.47.3