everywhere: fix typos
Fix a lot of typos Signed-off-by: Nazar Kazakov <nazar.kazakov.work@gmail.com>
This commit is contained in:
parent
3b576fc688
commit
f483b1bc4c
757 changed files with 1284 additions and 1284 deletions
|
@ -204,7 +204,7 @@ static struct modbus_context *modbus_init_iface(const uint8_t iface)
|
|||
ctx = &mb_ctx_tbl[iface];
|
||||
|
||||
if (atomic_test_and_set_bit(&ctx->state, MODBUS_STATE_CONFIGURED)) {
|
||||
LOG_ERR("Interface allready used");
|
||||
LOG_ERR("Interface already used");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue