spelling: conversion

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 7ff3e2d1e0
commit 8322bc41ef
2 changed files with 2 additions and 2 deletions
@@ -240,7 +240,7 @@ public class CMYKJPEGImageReader extends ImageReader {
// YCCK colors are inverted?
// We must have a color profile in order to perform a
// conersion from CMYK to RGB.
// conversion from CMYK to RGB.
// I case none has been supplied, we create a default one here.
if (profile == null) {
profile = ICC_Profile.getInstance(CMYKJPEGImageReader.class.getResourceAsStream("Generic CMYK Profile.icc"));