linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] shared/shell: fix help message typo
@ 2019-08-14 23:00 Ronan Pigott
  2019-09-06  8:13 ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 2+ messages in thread
From: Ronan Pigott @ 2019-08-14 23:00 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ronan Pigott

From: Ronan Pigott <rpigott@berkeley.edu>

---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-06  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-14 23:00 [PATCH BlueZ] shared/shell: fix help message typo Ronan Pigott
2019-09-06  8:13 ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).