spelling: erroneous

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent f2a0c53e5b
commit 21e478d2ff
2 changed files with 2 additions and 2 deletions
@@ -55,7 +55,7 @@ public class JpegFixer {
}
return;
}
//Check for errorneous header at the beginning, before first SOI marker
//Check for erroneous header at the beginning, before first SOI marker
if (val == EOI) {
val = is.read();
int val2 = is.read();