change line 50 'fir' to 'fit'

This commit is contained in:
wit_yuan
2018-07-21 16:09:51 +08:00
parent 339227877a
commit d0b5c705bf
+1 -1
View File
@@ -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;
/**********************