chore(doc): spelling (#3172)

* Spelling: 'an unicode' -> 'a unicode'

* fix(changelog) spelling

* Remove double spaces

* Spelling
This commit is contained in:
ckielstra
2022-03-16 10:19:19 +01:00
committed by GitHub
parent d56ce08782
commit f79e2838cb
27 changed files with 82 additions and 81 deletions

View File

@@ -146,7 +146,7 @@ lv_res_t lv_img_decoder_open(lv_img_decoder_dsc_t * dsc, const void * src, lv_co
dsc->decoder = decoder;
res = decoder->open_cb(decoder, dsc);
/*Opened successfully. It is a good decoder to for this image source*/
/*Opened successfully. It is a good decoder for this image source*/
if(res == LV_RES_OK) return res;
/*Prepare for the next loop*/