From ffcdc0dab055a43fb661b7edc76404792cb0ad75 Mon Sep 17 00:00:00 2001 From: Beans Date: Fri, 6 Sep 2024 06:43:45 +0000 Subject: [PATCH] =?UTF-8?q?update=20subsys/bluetooth/shell/mcc.c.=20Curent?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E4=B8=BACurrent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Beans --- subsys/bluetooth/shell/mcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/bluetooth/shell/mcc.c b/subsys/bluetooth/shell/mcc.c index d8fe15bd8..03a2d0039 100644 --- a/subsys/bluetooth/shell/mcc.c +++ b/subsys/bluetooth/shell/mcc.c @@ -1292,7 +1292,7 @@ int cmd_mcc_otc_read_track_segments_object(const struct shell *sh, int cmd_mcc_otc_read_current_track_object(const struct shell *sh, size_t argc, char *argv[]) { - /* Assumes the Curent Track Object has already been selected by ID */ + /* Assumes the Current Track Object has already been selected by ID */ int result; -- Gitee