docs: fix misc typos throughout (#4413)

Signed-off-by: Chris Ring <c-ring@ti.com>
This commit is contained in:
Chris Ring
2023-07-27 13:35:12 -07:00
committed by GitHub
parent ed681f92bc
commit b001d684fe
15 changed files with 25 additions and 25 deletions

View File

@@ -42,7 +42,7 @@ common state add/clear function:
.. code:: c
lv_obj_add_state(cb, LV_STATE_CHECKED); /*Make the chekbox checked*/
lv_obj_add_state(cb, LV_STATE_CHECKED); /*Make the checkbox checked*/
lv_obj_clear_state(cb, LV_STATE_CHECKED); /*MAke the checkbox unchecked*/
lv_obj_add_state(cb, LV_STATE_CHECKED | LV_STATE_DISABLED); /*Make the checkbox checked and disabled*/