Typo in TIFF tag name.

This commit is contained in:
Harald Kuhr 2016-11-02 09:36:11 +01:00
parent 5ab3fdd1d3
commit 3f6bc722bc

View File

@ -102,7 +102,7 @@ final class EXIFEntry extends AbstractEntry {
case TIFF.TAG_ORIENTATION:
return "Orientation";
case TIFF.TAG_SAMPLES_PER_PIXEL:
return "SamplesPerPixels";
return "SamplesPerPixel";
case TIFF.TAG_ROWS_PER_STRIP:
return "RowsPerStrip";
case TIFF.TAG_STRIP_BYTE_COUNTS: