doc: Fix a typo

Fix a typo in the spelling of "current".
Add "current" to spelling.txt.

Signed-off-by: Dmitry Lukyantsev <dmitrylu@google.com>
This commit is contained in:
Dmitry Lukyantsev 2023-08-03 13:54:08 -07:00 committed by Fabio Baltieri
commit 34a966f219
4 changed files with 5 additions and 3 deletions

View file

@ -46,7 +46,7 @@ API Changes
* The :c:func:`lwm2m_rd_client_start` function now accepts an additional * The :c:func:`lwm2m_rd_client_start` function now accepts an additional
``flags`` parameter, which allows to configure current LwM2M client session, ``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 * LwM2M execute now supports arguments. The execute callback
:c:type:`lwm2m_engine_execute_cb_t` is extended with an ``args`` parameter :c:type:`lwm2m_engine_execute_cb_t` is extended with an ``args`` parameter

View file

@ -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. 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 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. threads per peripheral. RTIO is much lower cost than that.
Examples Examples

View file

@ -274,6 +274,7 @@ compresion||compression
comression||compression comression||compression
comunication||communication comunication||communication
conbination||combination conbination||combination
concurent||concurrent
conditionaly||conditionally conditionaly||conditionally
conected||connected conected||connected
connecetd||connected connecetd||connected
@ -319,6 +320,7 @@ couter||counter
coutner||counter coutner||counter
cryptocraphic||cryptographic cryptocraphic||cryptographic
cunter||counter cunter||counter
curent||current
curently||currently curently||currently
cylic||cyclic cylic||cyclic
dafault||default dafault||default

View file

@ -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, static int cmd_mcc_otc_read_current_track_object(const struct shell *sh,
size_t argc, char *argv[]) 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; int result;