typo and spelling fixes in comments

This commit is contained in:
Erich Styger
2018-12-26 07:58:06 +01:00
parent 9cf4cc1533
commit 2bfcce40e2
5 changed files with 11 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ void lv_init(void)
/*Init. the sstyles*/
lv_style_init();
/*Init. the screen refresh system*/
/*Initialize the screen refresh system*/
lv_refr_init();
/*Create the default screen*/
@@ -1352,7 +1352,7 @@ bool lv_obj_get_drag(const lv_obj_t * obj)
}
/**
* Get the drag thow enable attribute of an object
* Get the drag throw enable attribute of an object
* @param obj pointer to an object
* @return true: drag throw is enabled
*/