Correct various typos in code comments

Found via `codespell -q 3`

Closes #263
This commit is contained in:
luzpaz
2018-07-31 21:59:16 +00:00
committed by DRC
parent 574f3a772c
commit 43c58ff983
5 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ typedef struct {
*/
boolean is_padded; /* is the colorindex padded for odither? */
int Ncolors[MAX_Q_COMPS]; /* # of values alloced to each component */
int Ncolors[MAX_Q_COMPS]; /* # of values allocated to each component */
/* Variables for ordered dithering */
int row_index; /* cur row's vertical index in dither matrix */