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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 984186e4 Normalize spelling.
984186e4 is described below

commit 984186e4bd5a521dc69c78f7a9c0995a79b13461
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 7 07:05:25 2026 -0400

    Normalize spelling.
---
 .../org/apache/commons/imaging/formats/jpeg/iptc/IptcConstants.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcConstants.java 
b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcConstants.java
index 1f87b15e..df83b23a 100644
--- 
a/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcConstants.java
+++ 
b/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcConstants.java
@@ -157,7 +157,7 @@ public final class IptcConstants {
     /** Image resource block: Unicode alpha names: {@value}. */
     public static final int IMAGE_RESOURCE_BLOCK_UNICODE_ALPHA_NAMES = 0x0415;
 
-    /** Image resource block: indexed colour table count: {@value}. */
+    /** Image resource block: indexed color table count: {@value}. */
     public static final int IMAGE_RESOURCE_BLOCK_INDEXED_COLOUR_TABLE_COUNT = 
0x0416;
 
     /** Image resource block: transparent index: {@value}. */

Reply via email to