On Thu, 13 Aug 2026 03:53:04 GMT, Prasanta Sadhukhan <[email protected]> 
wrote:

> Few typos in java.desktop module are fixed
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Marked as reviewed by azvegint (Reviewer).

src/java.desktop/share/classes/javax/imageio/plugins/tiff/BaselineTIFFTagSet.java
 line 317:

> 315: 
> 316:     /**
> 317:      * A value to be used with the "Threshholding" tag.

At first, I thought it would be better to use the correctly spelled tag name in 
the javadoc, but it appears that the misspelled `Threshholding` is the spelling 
used in the 
[specification](https://www.loc.gov/preservation/digital/formats/content/tiff_tags.shtml):



263     0107    Threshholding   For black and white TIFF files that represent 
shades of gray, the technique used to convert from gray to black and white 
pixels.

-------------

PR Review: https://git.openjdk.org/jdk/pull/32330#pullrequestreview-4936317765
PR Review Comment: https://git.openjdk.org/jdk/pull/32330#discussion_r3782951100

Reply via email to