diff --git a/src/misc/lv_text.c b/src/misc/lv_text.c index 52033210e..d6054954f 100644 --- a/src/misc/lv_text.c +++ b/src/misc/lv_text.c @@ -195,7 +195,7 @@ bool lv_text_is_cmd(lv_text_cmd_state_t * state, uint32_t c) * @param max_width max width of the text (break the lines to fit this size). Set COORD_MAX to avoid line breaks * @param flags settings for the text from 'txt_flag_type' enum * @param[out] word_w_ptr width (in pixels) of the parsed word. May be NULL. - * @param cmd_state Pointer to a lv_text_cmd_state_t variable which stored the current state of command proocessing + * @param cmd_state Pointer to a lv_text_cmd_state_t variable which stored the current state of command processing * @return the index of the first char of the next word (in byte index not letter index. With UTF-8 they are different) */ static uint32_t lv_text_get_next_word(const char * txt, const lv_font_t * font,