Found in advertise submenu of bluetoothctl help listing. --- 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 6e6648cfa..f866aa5f7 100644 --- a/src/shared/shell.c +++ b/src/shared/shell.c @@ -259,7 +259,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.17.1