commit | 43c58ff9838e087642e290f7d57301cf30e7e23c | [log] [tgz] |
---|---|---|
author | luzpaz <luzpaz@users.noreply.github.com> | Tue Jul 31 21:59:16 2018 +0000 |
committer | DRC <information@virtualgl.org> | Tue Jul 31 16:59:16 2018 -0500 |
tree | f26d529b44e27c989e31c0dee1f11776b4530124 | |
parent | 574f3a772c96dc9db2c98ef24706feb3f6dbda9a [diff] [blame] |
Correct various typos in code comments Found via `codespell -q 3` Closes #263
diff --git a/jdmerge.c b/jdmerge.c index d67faec..b3fec04 100644 --- a/jdmerge.c +++ b/jdmerge.c
@@ -448,7 +448,7 @@ /* Declarations for ordered dithering * * We use a 4x4 ordered dither array packed into 32 bits. This array is - * sufficent for dithering RGB888 to RGB565. + * sufficient for dithering RGB888 to RGB565. */ #define DITHER_MASK 0x3