Author: tilman
Date: Tue Nov 25 15:26:38 2025
New Revision: 1929984

Log:
PDFBOX-5660: fix typo, as suggested by Valery Bokov; closes #350

Modified:
   
pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/ui/OSXAdapter.java
   
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java

Modified: 
pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/ui/OSXAdapter.java
==============================================================================
--- 
pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/ui/OSXAdapter.java
   Tue Nov 25 15:26:33 2025        (r1929983)
+++ 
pdfbox/trunk/debugger/src/main/java/org/apache/pdfbox/debugger/ui/OSXAdapter.java
   Tue Nov 25 15:26:38 2025        (r1929984)
@@ -92,7 +92,7 @@ public class OSXAdapter implements Invoc
     static Object macOSXApplication;
     
     // Pass this method an Object and Method equipped to perform application 
shutdown logic
-    // The method passed should return a boolean stating whether or not the 
quit should occur
+    // The method passed should return a boolean stating whether the quit 
should occur
     public static void setQuitHandler(final Object target, final Method 
quitHandler)
     {
         try

Modified: 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
==============================================================================
--- 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
     Tue Nov 25 15:26:33 2025        (r1929983)
+++ 
pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/graphics/image/PDImage.java
     Tue Nov 25 15:26:38 2025        (r1929984)
@@ -68,7 +68,7 @@ public interface PDImage extends COSObje
      * 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 COSObje
     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.
      */

Reply via email to