mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-02 16:11:17 +00:00
spelling: encountering
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ddb79eecd5
commit
a6e5a1a451
@@ -167,7 +167,7 @@ public class CMYKJPEGImageReader extends ImageReader {
|
||||
numberOfSamplesPerLine = dis.readUnsignedShort();
|
||||
numberOfComponentsInFrame = dis.readUnsignedByte();
|
||||
// ...the rest of SOF header is not important to us.
|
||||
// In fact, by encounterint a SOF header, we have reached
|
||||
// In fact, by encountering a SOF header, we have reached
|
||||
// the end of the metadata section we are interested in.
|
||||
// Thus we can abort here.
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user