refactor: fix typos

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-15 22:47:53 +01:00
parent 4044856553
commit b56107ae05
9 changed files with 16 additions and 16 deletions

View File

@@ -48,10 +48,10 @@ the last (or most recent) child.
Child Count
-----------
Use the function :cpp:expr:`lv_spangroup_get_child_conut(spangroup)` to get back
Use the function :cpp:expr:`lv_spangroup_get_child_count(spangroup)` to get back
the number of spans the group is maintaining.
e.g. ``uint32_t size = lv_spangroup_get_child_conut(spangroup)``
e.g. ``uint32_t size = lv_spangroup_get_child_count(spangroup)``
Text align
----------