diff mbox series

[bluez] btmgmt: Fix misspellings of "Toggle"

Message ID 20210804042008.42404-1-alexhenrie24@gmail.com
State New
Headers show
Series [bluez] btmgmt: Fix misspellings of "Toggle" | expand

Commit Message

Alex Henrie Aug. 4, 2021, 4:20 a.m. UTC
---
 tools/btmgmt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 7d9082381..02dc249f2 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -5484,7 +5484,7 @@  static const struct bt_shell_menu main_menu = {
 	{ "ssp",		"<on/off>",
 		cmd_ssp,		"Toggle SSP mode"		},
 	{ "sc",			"<on/off/only>",
-		cmd_sc,			"Toogle SC support"		},
+		cmd_sc,			"Toggle SC support"		},
 	{ "hs",			"<on/off>",
 		cmd_hs,			"Toggle HS support"		},
 	{ "le",			"<on/off>",
@@ -5546,7 +5546,7 @@  static const struct bt_shell_menu main_menu = {
 	{ "ext-config",		"<on/off>",
 		cmd_ext_config,		"External configuration"	},
 	{ "debug-keys",		"<on/off>",
-		cmd_debug_keys,		"Toogle debug keys"		},
+		cmd_debug_keys,		"Toggle debug keys"		},
 	{ "conn-info",		"[-t type] <remote address>",
 		cmd_conn_info,		"Get connection information"	},
 	{ "io-cap",		"<cap>",