diff libinterp/corefcn/__tiff__.cc @ 31195:f8baeb850b36

Tiff: Moved PKG_ADD logic to Tiff.m.
author magedrifaat <magedrifaat@gmail.com>
date Tue, 30 Aug 2022 20:32:50 +0200
parents 0cdb7f35641e
children 1da6d747bf78
line wrap: on
line diff
--- a/libinterp/corefcn/__tiff__.cc	Sun Aug 28 21:34:03 2022 +0200
+++ b/libinterp/corefcn/__tiff__.cc	Tue Aug 30 20:32:50 2022 +0200
@@ -142,7 +142,7 @@
   }
 
   // A map of tag names supported by matlab, there are some differences
-  // than LibTIFF's names (e.g. Photometric vs PhotometricInerpretation)
+  // than LibTIFF's names (e.g. Photometric vs PhotometricInterpretation)
   static const std::map<std::string, ttag_t> tag_name_map = {
     {"SubFileType", 254},
     {"ImageWidth", 256},