summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/jcmaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/jcmaster.c')
-rw-r--r--src/3rdparty/libjpeg/jcmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libjpeg/jcmaster.c b/src/3rdparty/libjpeg/jcmaster.c
index 3b924912c..aab4020b8 100644
--- a/src/3rdparty/libjpeg/jcmaster.c
+++ b/src/3rdparty/libjpeg/jcmaster.c
@@ -243,7 +243,7 @@ validate_script (j_compress_ptr cinfo)
if (cinfo->progressive_mode) {
#ifdef C_PROGRESSIVE_SUPPORTED
/* For progressive mode, we only check that at least some DC data
- * got sent for each component; the spec does not retquire that all bits
+ * got sent for each component; the spec does not require that all bits
* of all coefficients be transmitted. Would it be wiser to enforce
* transmission of all coefficient bits??
*/
@@ -394,7 +394,7 @@ per_scan_setup (j_compress_ptr cinfo)
* This is called at the beginning of each pass. We determine which modules
* will be active during this pass and give them appropriate start_pass calls.
* We also set is_last_pass to indicate whether any more passes will be
- * retquired.
+ * required.
*/
METHODDEF(void)