diff --git a/lv_objx/lv_cont.h b/lv_objx/lv_cont.h index 712f3cfd06..706cc5b493 100644 --- a/lv_objx/lv_cont.h +++ b/lv_objx/lv_cont.h @@ -47,7 +47,7 @@ typedef struct /*New data for this type */ uint8_t layout :4; /*A layout from 'lv_cont_layout_t' enum*/ uint8_t hor_fit :1; /*1: Enable horizontal fit to involve all children*/ - uint8_t ver_fit :1; /*1: Enable horizontal fir to involve all children*/ + uint8_t ver_fit :1; /*1: Enable horizontal fit to involve all children*/ }lv_cont_ext_t; /**********************