diff --git a/extra/images/tiff/tiff.factor b/extra/images/tiff/tiff.factor index 17d762212c..aee3d747d9 100755 --- a/extra/images/tiff/tiff.factor +++ b/extra/images/tiff/tiff.factor @@ -9,7 +9,7 @@ IN: images.tiff SINGLETON: tiff-image -TUPLE: loading-tiff endianness the-answer ifd-offset ifd-offsets ifds ; +TUPLE: loading-tiff endianness the-answer ifd-offset ifds ; : ( -- tiff ) loading-tiff new @@ -347,7 +347,7 @@ ERROR: bad-small-ifd-type n ; { 10 [ 8 group [ "ii" unpack first2 / ] map ] } { 11 [ 4 group [ "f" unpack ] map ] } { 12 [ 8 group [ "d" unpack ] map ] } - [ "offeset-bytes>obj" unknown-ifd-type ] + [ "offset-bytes>obj" unknown-ifd-type ] } case ; : ifd-entry-value ( ifd-entry -- n )