Fix typos in source code (#2285)

* Fix typo in TextInput module

* Fix typo in Widget comment

* Fix typo in comment

Co-authored-by: hedger <hedger@users.noreply.github.com>
This commit is contained in:
Giacomo Ferretti
2023-01-11 14:41:57 +01:00
committed by GitHub
parent d2df35a35b
commit 20621da8ac
3 changed files with 9 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ void widget_add_string_element(
* @param[in] text Formatted text. The following formats are available:
* "\e#Bold text\e#" - bold font is used
* "\e*Monospaced text\e*" - monospaced font is used
* "\e#Inversed text\e#" - white text on black background
* "\e!Inversed text\e!" - white text on black background
* @param strip_to_dots Strip text to ... if does not fit to width
*/
void widget_add_text_box_element(