diff options
Diffstat (limited to 'src/3rdparty/libjpeg/jdcolor.c')
-rw-r--r-- | src/3rdparty/libjpeg/jdcolor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libjpeg/jdcolor.c b/src/3rdparty/libjpeg/jdcolor.c index 94ea3bf95..6c04dfe8a 100644 --- a/src/3rdparty/libjpeg/jdcolor.c +++ b/src/3rdparty/libjpeg/jdcolor.c @@ -113,7 +113,7 @@ build_ycc_rgb_table (j_decompress_ptr cinfo) * as wide as the input buffer. * A starting row offset is provided only for the input buffer. The caller * can easily adjust the passed output_buf value to accommodate any row - * offset retquired on that side. + * offset required on that side. */ METHODDEF(void) |