More misc. typos

found via `codespell-q 3`
please review
This commit is contained in:
luz.paz
2018-02-09 06:57:29 -05:00
parent d5e4915ebe
commit eb91c0e4ed
24 changed files with 39 additions and 39 deletions

View File

@@ -2036,7 +2036,7 @@ typedef struct
/* Precalculated values: */
int in_opaque; /* Value of input alpha that is opaque */
int is_palette; /* Sample values come from the palette */
int accumulate; /* Accumlate component errors (don't log) */
int accumulate; /* Accumulate component errors (don't log) */
int output_8bit; /* Output is 8-bit (else 16-bit) */
void (*in_gp)(Pixel*, png_const_voidp);