projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd13aa
)
shared/shell: fix help message typo
author
Ronan Pigott
<rpigott@berkeley.edu>
Wed, 14 Aug 2019 23:00:34 +0000
(16:00 -0700)
committer
himanshu
<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
patch
|
blob
|
history
diff --git
a/src/shared/shell.c
b/src/shared/shell.c
index
481129c
..
6074f61
100644
(file)
--- a/
src/shared/shell.c
+++ b/
src/shared/shell.c
@@
-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 e
n
vironment variables" },
{ }
};