Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 16, 2023
1 parent 24ca917 commit 50e3dc5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,10 @@ private static void summarizeGeoTiffTags(final PrintStream ps, final TiffDirecto
// 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;
Expand Down

0 comments on commit 50e3dc5

Please sign in to comment.