Merge pull request #673 from ErichStyger/master

Several typo and spelling fixes
This commit is contained in:
Gabor Kiss-Vamosi
2018-12-26 23:38:57 +01:00
committed by GitHub
5 changed files with 11 additions and 11 deletions

View File

@@ -73,9 +73,9 @@ void lv_refr_init(void)
/**
* Redraw the invalidated areas now.
* Normally the redarwing is peridocally executed in `lv_task_handler` but a long blocking process can
* Normally the redrawing is periodically executed in `lv_task_handler` but a long blocking process can
* prevent the call of `lv_task_handler`. In this case if the the GUI is updated in the process (e.g. progress bar)
* this function can be called when the screen shoud be updated.
* this function can be called when the screen should be updated.
*/
void lv_refr_now(void)
{