Description: fix a spelling error in some files.
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
        Giovani Augusto Ferreira <giovani@debian.org>
Last-Update: 2017-07-08
Index: exifprobe-2.0.1+git20170416.3c2b769/maker_agfa.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/maker_agfa.c
+++ exifprobe-2.0.1+git20170416.3c2b769/maker_agfa.c
@@ -395,7 +395,7 @@ agfa1_interpret_offset_makervalue(FILE *
                 switch(value)
                 {
                     case 0: chpr += printf("Normal"); break;
-                    case 1: chpr += printf("Unkown"); break;
+                    case 1: chpr += printf("Unknown"); break;
                     case 2: chpr += printf("Fast"); break;
                     case 3: chpr += printf("Panorama,");
                             value = read_ulong(inptr,byteorder,HERE);
Index: exifprobe-2.0.1+git20170416.3c2b769/maker_epson.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/maker_epson.c
+++ exifprobe-2.0.1+git20170416.3c2b769/maker_epson.c
@@ -509,7 +509,7 @@ epson1_interpret_offset_makervalue(FILE
                 switch(value)
                 {
                     case 0: chpr += printf("Normal"); break;
-                    case 1: chpr += printf("Unkown"); break;
+                    case 1: chpr += printf("Unknown"); break;
                     case 2: chpr += printf("Fast"); break;
                     case 3: chpr += printf("Panorama,");
                             value = read_ulong(inptr,byteorder,HERE);
Index: exifprobe-2.0.1+git20170416.3c2b769/maker_minolta.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/maker_minolta.c
+++ exifprobe-2.0.1+git20170416.3c2b769/maker_minolta.c
@@ -597,7 +597,7 @@ minolta1_interpret_offset_makervalue(FIL
                 switch(value)
                 {
                     case 0: chpr += printf("Normal"); break;
-                    case 1: chpr += printf("Unkown"); break;
+                    case 1: chpr += printf("Unknown"); break;
                     case 2: chpr += printf("Fast"); break;
                     case 3: chpr += printf("Panorama,");
                             value = read_ulong(inptr,byteorder,HERE);
Index: exifprobe-2.0.1+git20170416.3c2b769/maker_olympus.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/maker_olympus.c
+++ exifprobe-2.0.1+git20170416.3c2b769/maker_olympus.c
@@ -465,7 +465,7 @@ olympus1_interpret_offset_makervalue(FIL
                 switch(value)
                 {
                     case 0: chpr += printf("Normal"); break;
-                    case 1: chpr += printf("Unkown"); break;
+                    case 1: chpr += printf("Unknown"); break;
                     case 2: chpr += printf("Fast"); break;
                     case 3: chpr += printf("Panorama,"); 
                             value = read_ulong(inptr,byteorder,HERE);
Index: exifprobe-2.0.1+git20170416.3c2b769/maker_sanyo.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/maker_sanyo.c
+++ exifprobe-2.0.1+git20170416.3c2b769/maker_sanyo.c
@@ -606,7 +606,7 @@ sanyo1_interpret_offset_makervalue(FILE
                 switch(value)
                 {
                     case 0: chpr += printf("Normal"); break;
-                    case 1: chpr += printf("Unkown"); break;
+                    case 1: chpr += printf("Unknown"); break;
                     case 2: chpr += printf("Fast"); break;
                     case 3: chpr += printf("Panorama,");
                             value = read_ulong(inptr,byteorder,HERE);
Index: exifprobe-2.0.1+git20170416.3c2b769/misc.c
===================================================================
--- exifprobe-2.0.1+git20170416.3c2b769.orig/misc.c
+++ exifprobe-2.0.1+git20170416.3c2b769/misc.c
@@ -887,7 +887,7 @@ tiff_compression_string(unsigned long co
         /* will be 0 only if compression tag does not appear                     */
         case 0: compression = "unknown format"; break;
         case 1: compression = "uncompressed"; break;    /* TIFF6/TIFF_EP         */
-        case 2: compression = "Modifed Huffman RLE compressed"; break; /* TIFF6  */
+        case 2: compression = "Modified Huffman RLE compressed"; break; /* TIFF6  */
         case 3: compression = "T4 fax encoded"; break;  /* TIFF6                 */
         case 4: compression = "T6 fax encoded"; break;  /* TIFF6                 */
         case 5: compression = "LZW compressed"; break;  /* TIFF6                 */
