From 43e8d411f4e257c760d46ec19d92dcf416513804 Mon Sep 17 00:00:00 2001 From: "valery.bokov" Date: Thu, 20 Nov 2025 20:06:25 +0100 Subject: [PATCH] fix typos in PDImage --- .../org/apache/pdfbox/pdmodel/graphics/image/PDImage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java index 821e5849713..af4b9ccf62a 100644 --- a/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java +++ b/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java @@ -68,7 +68,7 @@ public interface PDImage extends COSObjectable * Use this method if you want to extract the image without loosing any color information, as no color conversion * will be performed. * - * You can alwoys use {@link #getRawRaster()}, if you want to access the raw data even if no matching + * You can always use {@link #getRawRaster()}, if you want to access the raw data even if no matching * java.awt.ColorSpace exists * * @return the raw image with a java.awt.ColorSpace or null @@ -144,7 +144,7 @@ public interface PDImage extends COSObjectable boolean isStencil(); /** - * Sets whether or not the image is a stencil. + * Sets whether the image is a stencil. * This corresponds to the {@code ImageMask} entry in the image stream's dictionary. * @param isStencil True to make the image a stencil. */