This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-jbig2.git


The following commit(s) were added to refs/heads/master by this push:
     new 986e387  PDFBOX-5660: fix typo
986e387 is described below

commit 986e38726175d4967edfd21e055eb9cef695daba
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 19 10:17:46 2026 +0200

    PDFBOX-5660: fix typo
---
 src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java 
b/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
index cfe12b7..279d579 100644
--- a/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
+++ b/src/test/java/org/apache/pdfbox/jbig2/SerenityTests.java
@@ -69,7 +69,7 @@ public class SerenityTests
             doc = new JBIG2Document(imageIIS);
             page = doc.getPage(1);
             Bitmap bitmap = page.getBitmap();
-            assertEquals("image not equal to epected: " + name, 
expectedBitmap, bitmap);
+            assertEquals("image not equal to expected: " + name, 
expectedBitmap, bitmap);
             imageIIS.close();
         }
     }

Reply via email to