2023-03-23 22:20:46

by Jay Foster

[permalink] [raw]
Subject: [PATCH BlueZ] btmgmt: Fix typo in command help text

From 040b97a6db691acfd8ac985b5b99a60343d8d8bc Mon Sep 17 00:00:00 2001
From: Jay Foster <[email protected]>
Date: Thu, 23 Mar 2023 15:12:08 -0700
Subject: [PATCH] Fixed typos in btmgmt help text.

Signed-off-by: Jay Foster <[email protected]>
---
 tools/btmgmt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index 323c267..1efbc75 100644
--- a/tools/btmgmt.c
+++ b/tools/btmgmt.c
@@ -5897,7 +5897,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>",
@@ -5959,7 +5959,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>",
--
2.5.5


2023-03-23 22:46:14

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] btmgmt: Fix typo in command help text

This is an automated email and please do not reply to this email.

Dear Submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
While preparing the CI tests, the patches you submitted couldn't be applied to the current HEAD of the repository.

----- Output -----


Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth