Skip to content

Commit

Permalink
docs: fix simple typo, boostrap -> bootstrap
Browse files Browse the repository at this point in the history
There is a small typo in core/liblwm2m.h.

Should read `bootstrap` rather than `boostrap`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Dec 22, 2020
1 parent 8784fac commit 787e9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/liblwm2m.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ struct _lwm2m_object_t

typedef enum
{
STATE_DEREGISTERED = 0, // not registered or boostrap not started
STATE_DEREGISTERED = 0, // not registered or bootstrap not started
STATE_REG_HOLD_OFF, // initial registration delay or delay between retries
STATE_REG_PENDING, // registration pending
STATE_REGISTERED, // successfully registered
Expand All @@ -482,8 +482,8 @@ typedef enum
STATE_DEREG_PENDING, // deregistration pending
STATE_BS_HOLD_OFF, // bootstrap hold off time
STATE_BS_INITIATED, // bootstrap request sent
STATE_BS_PENDING, // boostrap ongoing
STATE_BS_FINISHING, // boostrap finish received
STATE_BS_PENDING, // bootstrap ongoing
STATE_BS_FINISHING, // bootstrap finish received
STATE_BS_FINISHED, // bootstrap done
STATE_BS_FAILING, // bootstrap error occurred
STATE_BS_FAILED, // bootstrap failed
Expand Down

0 comments on commit 787e9c4

Please sign in to comment.