spelling: conversion

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 08:53:46 -04:00
committed by Jindra Petřík
parent 7ff3e2d1e0
commit 8322bc41ef
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -35306,7 +35306,7 @@ public interface WinError {
//
// MessageText:
//
// Not able to present with color convertion
// Not able to present with color conversion
//
int ERROR_GRAPHICS_CANNOTCOLORCONVERT = 0xC0262008;