spelling: encountering

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 12:31:09 -04:00
committed by Jindra Petřík
parent ddb79eecd5
commit a6e5a1a451

View File

@@ -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;