This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit 50e3dc5a6a2b802de5c061afd493616a81bcfb68 Author: Gary Gregory <[email protected]> AuthorDate: Thu Nov 16 10:27:39 2023 -0500 Fix spelling --- .../org/apache/commons/imaging/examples/tiff/ReadTagsAndImages.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/commons/imaging/examples/tiff/ReadTagsAndImages.java b/src/test/java/org/apache/commons/imaging/examples/tiff/ReadTagsAndImages.java index 00607e8e..ce603ff9 100644 --- a/src/test/java/org/apache/commons/imaging/examples/tiff/ReadTagsAndImages.java +++ b/src/test/java/org/apache/commons/imaging/examples/tiff/ReadTagsAndImages.java @@ -596,10 +596,10 @@ public class ReadTagsAndImages { // Note: The y coordinate of the model pixel scale is backwards. // GeoTIFF images are stored from upper-left corner downward // (following the conventional graphics standards). In cases - // where the rows in the image or rster run from north to south, + // where the rows in the image or raster run from north to south, // one might expect that the delta-Y between rows would be // a negative number. But by the GeoTIFF standard, - // the verical spacing is given as a postive number. + // the vertical spacing is given as a positive number. final TiffField pixelScaleField = directory.findField( GeoTiffTagConstants.EXIF_TAG_MODEL_PIXEL_SCALE_TAG); double[] pixelScale;
