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:
parent
136195f32f
commit
34a966f219
4 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue