On Fri, 14 Aug 2026 10:29:23 GMT, Alexander Zvegintsev <[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). > > 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. Yes, that's precisely why I kept the name as such... ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32330#discussion_r3783296804
