diff mbox series

[BlueZ] btmgmt: Fix typo in command help text

Message ID e74f4f62-ff59-b2a3-47d9-2b3edad9265f@systech.com (mailing list archive)
State Superseded
Headers show
Series [BlueZ] btmgmt: Fix typo in command help text | expand

Checks

Context Check Description
tedd_an/pre-ci_am fail error: patch failed: tools/btmgmt.c:5897 error: tools/btmgmt.c: patch does not apply hint: Use 'git am --show-current-patch' to see the failed patch

Commit Message

Jay Foster March 23, 2023, 9:07 p.m. UTC
From: Jay Foster <jay.foster@systech.com>

Fix a couple of typos in the btmgmt command help text.

Signed-off-by: Jay Foster <jay.foster@systech.com>
---
--
2.5.5

Comments

bluez.test.bot@gmail.com March 23, 2023, 9:12 p.m. UTC | #1
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 -----

error: patch failed: tools/btmgmt.c:5897
error: tools/btmgmt.c: patch does not apply
hint: Use 'git am --show-current-patch' to see the failed patch

Please resolve the issue and submit the patches again.


---
Regards,
Linux Bluetooth
diff mbox series

Patch

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