Diff between 3825bc7f25bea1f0b2198402247aceedad327743 and f3cbe6609af9de3f2621329797e43539b940215c
Changed Files
| File | Additions | Deletions | Status |
| src/shared/shell.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/shell.c b/src/shared/shell.c
index aa3e474..cfdcc76 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" },
{ }
};