shared/shell: fix help message typo
authorRonan Pigott <rpigott@berkeley.edu>
Wed, 14 Aug 2019 23:00:34 +0000 (16:00 -0700)
committerhimanshu <h.himanshu@samsung.com>
Tue, 11 Feb 2020 08:57:59 +0000 (14:27 +0530)
Change-Id: Ibe8b83dca57b93dc937ecc77c938b6c6c6819a28
Signed-off-by: himanshu <h.himanshu@samsung.com>
src/shared/shell.c

index 481129c..6074f61 100644 (file)
@@ -268,7 +268,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" },
        { }
 };