From 34a966f219d624e65d72abab3fd6f45b5ed8a429 Mon Sep 17 00:00:00 2001 From: Dmitry Lukyantsev Date: Thu, 3 Aug 2023 13:54:08 -0700 Subject: [PATCH] doc: Fix a typo Fix a typo in the spelling of "current". Add "current" to spelling.txt. Signed-off-by: Dmitry Lukyantsev --- doc/releases/release-notes-2.5.rst | 2 +- doc/services/rtio/index.rst | 2 +- scripts/spelling.txt | 2 ++ subsys/bluetooth/audio/shell/mcc.c | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst index 5d59fd5fce9..af2f414d7bb 100644 --- a/doc/releases/release-notes-2.5.rst +++ b/doc/releases/release-notes-2.5.rst @@ -46,7 +46,7 @@ API Changes * The :c:func:`lwm2m_rd_client_start` function now accepts an additional ``flags`` parameter, which allows to configure current LwM2M client session, - for instance enable bootstrap procedure in the curent session. + for instance enable bootstrap procedure in the current session. * LwM2M execute now supports arguments. The execute callback :c:type:`lwm2m_engine_execute_cb_t` is extended with an ``args`` parameter diff --git a/doc/services/rtio/index.rst b/doc/services/rtio/index.rst index 85ce072d9ef..9ed9774cd39 100644 --- a/doc/services/rtio/index.rst +++ b/doc/services/rtio/index.rst @@ -210,7 +210,7 @@ Many requests to the same SPI peripheral for example might be translated to hard descriptors entirely. Meaning the hardware can potentially do more than ever. There is a small cost to each RTIO context and iodev. This cost could be weighed -against using a thread for each concurent I/O operation or custom queues and +against using a thread for each concurrent I/O operation or custom queues and threads per peripheral. RTIO is much lower cost than that. Examples diff --git a/scripts/spelling.txt b/scripts/spelling.txt index eb38f49d4b7..fd3c5170303 100644 --- a/scripts/spelling.txt +++ b/scripts/spelling.txt @@ -274,6 +274,7 @@ compresion||compression comression||compression comunication||communication conbination||combination +concurent||concurrent conditionaly||conditionally conected||connected connecetd||connected @@ -319,6 +320,7 @@ couter||counter coutner||counter cryptocraphic||cryptographic cunter||counter +curent||current curently||currently cylic||cyclic dafault||default diff --git a/subsys/bluetooth/audio/shell/mcc.c b/subsys/bluetooth/audio/shell/mcc.c index ba4c10de9be..34e1e0aee71 100644 --- a/subsys/bluetooth/audio/shell/mcc.c +++ b/subsys/bluetooth/audio/shell/mcc.c @@ -1794,7 +1794,7 @@ static int cmd_mcc_otc_read_track_segments_object(const struct shell *sh, static 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;