net: lwm2m: engine: fix typo
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
This commit is contained in:
parent
17b33d3a58
commit
2c759d180d
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ static int engine_remove_observer(const u8_t *token, u8_t tkl)
|
|||
|
||||
sys_slist_remove(&engine_observer_list, NULL, &found_obj->node);
|
||||
|
||||
SYS_LOG_DBG("oberver '%s' removed", sprint_token(token, tkl));
|
||||
SYS_LOG_DBG("observer '%s' removed", sprint_token(token, tkl));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue