Skip to content

Commit e05eb4e

Browse files
committed
Spell check fixes
1 parent af959eb commit e05eb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GigaDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ bool Display::begin(DisplayPixelFormat pixformat) {
190190

191191
#if __has_include("lvgl.h")
192192
printk("initializing LVGL!!!!\n");
193-
/* Initiliaze LVGL library */
193+
/* Initialize LVGL library */
194194
lv_init();
195195

196196

src/lv_conf_8.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
*Depends on LV_TXT_LINE_BREAK_LONG_LEN.*/
439439
#define LV_TXT_LINE_BREAK_LONG_POST_MIN_LEN 3
440440

441-
/*The control character to use for signalling text recoloring.*/
441+
/*The control character to use for signaling text recoloring.*/
442442
#define LV_TXT_COLOR_CMD "#"
443443

444444
/*Support bidirectional texts. Allows mixing Left-to-Right and Right-to-Left texts.

0 commit comments

Comments
 (0)