summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libjpeg/jdapistd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libjpeg/jdapistd.c')
-rw-r--r--src/3rdparty/libjpeg/jdapistd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/libjpeg/jdapistd.c b/src/3rdparty/libjpeg/jdapistd.c
index 3df768a9..d23a985e 100644
--- a/src/3rdparty/libjpeg/jdapistd.c
+++ b/src/3rdparty/libjpeg/jdapistd.c
@@ -100,7 +100,7 @@ output_pass_setup (j_decompress_ptr cinfo)
cinfo->output_scanline = 0;
cinfo->global_state = DSTATE_PRESCAN;
}
- /* Loop over any retquired dummy passes */
+ /* Loop over any required dummy passes */
while (cinfo->master->is_dummy_pass) {
#ifdef TQUANT_2PASS_SUPPORTED
/* Crank through the dummy pass */
@@ -255,7 +255,7 @@ jpeg_finish_output (j_decompress_ptr cinfo)
if ((cinfo->global_state == DSTATE_SCANNING ||
cinfo->global_state == DSTATE_RAW_OK) && cinfo->buffered_image) {
/* Terminate this pass. */
- /* We do not retquire the whole pass to have been completed. */
+ /* We do not require the whole pass to have been completed. */
(*cinfo->master->finish_output_pass) (cinfo);
cinfo->global_state = DSTATE_BUFPOST;
} else if (cinfo->global_state != DSTATE_BUFPOST) {