diff options
Diffstat (limited to 'src/3rdparty/libjpeg/jpegint.h')
-rw-r--r-- | src/3rdparty/libjpeg/jpegint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/libjpeg/jpegint.h b/src/3rdparty/libjpeg/jpegint.h index 73d6f93a5..95b00d405 100644 --- a/src/3rdparty/libjpeg/jpegint.h +++ b/src/3rdparty/libjpeg/jpegint.h @@ -15,7 +15,7 @@ typedef enum { /* Operating modes for buffer controllers */ JBUF_PASS_THRU, /* Plain stripwise operation */ - /* Remaining modes retquire a full-image buffer to have been created */ + /* Remaining modes require a full-image buffer to have been created */ JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ JBUF_CRANK_DEST, /* Run dest subobject only, using saved data */ JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ |