From bf5a8bc52fe63cc9963789d9b6bbcc74d14831f8 Mon Sep 17 00:00:00 2001 From: Himel Date: Wed, 27 Nov 2019 00:28:26 +1300 Subject: [PATCH] fix spelling mistake --- src/lv_core/lv_disp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_core/lv_disp.h b/src/lv_core/lv_disp.h index 8f8f512c8..304715435 100644 --- a/src/lv_core/lv_disp.h +++ b/src/lv_core/lv_disp.h @@ -109,7 +109,7 @@ static inline lv_obj_t * lv_layer_top(void) } /** - * Get the active screen of the deafult display + * Get the active screen of the default display * @return pointer to the sys layer */ static inline lv_obj_t * lv_layer_sys(void)