diff --git a/src/canonmn_int.cpp b/src/canonmn_int.cpp index 2cc911a3ed..c3efeea98c 100644 --- a/src/canonmn_int.cpp +++ b/src/canonmn_int.cpp @@ -511,11 +511,11 @@ constexpr TagInfo CanonMakerNote::tagInfo_[] = { SectionId::makerTags, unsignedLong, -1, EXV_PRINT_TAG(canonSerialNumberFormat)}, {0x001a, "SuperMacro", N_("Super Macro"), N_("Super macro"), IfdId::canonId, SectionId::makerTags, signedShort, -1, EXV_PRINT_TAG(canonSuperMacro)}, - {0x001c, "DateStampMode", N_("DateStampMode"), N_("Data_Stamp_Mode"), IfdId::canonId, SectionId::makerTags, + {0x001c, "DateStampMode", N_("DateStampMode"), N_("Date stamp mode"), IfdId::canonId, SectionId::makerTags, unsignedShort, -1, EXV_PRINT_TAG(canonDateStampMode)}, {0x001d, "MyColors", N_("MyColors"), N_("My_Colors"), IfdId::canonId, SectionId::makerTags, unsignedShort, -1, printValue}, - {0x001e, "FirmwareRevision", N_("FirmwareRevision"), N_("Firmware_Revision"), IfdId::canonId, SectionId::makerTags, + {0x001e, "FirmwareRevision", N_("FirmwareRevision"), N_("Firmware revision"), IfdId::canonId, SectionId::makerTags, unsignedLong, -1, printValue}, // {0x0023, "Categories", N_("Categories"), N_("Categories"), IfdId::canonId, SectionId::makerTags, unsignedLong -1, // EXV_PRINT_TAG(canonCategories)}, @@ -1098,7 +1098,7 @@ constexpr TagInfo CanonMakerNote::tagInfoLe_[] = { N_("Lens Serial Number. Convert each byte to hexadecimal to get two " "digits of the lens serial number."), IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000}, - {0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId, + {0xffff, "(UnknownCanonLensInfoTag)", "(UnknownCanonLensInfoTag)", N_("UnknownCanonLensInfoTag"), IfdId::canonLeId, SectionId::makerTags, undefined, 1, printValue} // important to add end of tag }; @@ -1325,11 +1325,11 @@ constexpr TagDetails canonInitialAFPointInServo[] = { constexpr TagInfo CanonMakerNote::tagInfoAfC_[] = { {0x0001, "AFConfigTool", N_("AF Config Tool"), N_("AF Config Tool"), IfdId::canonAfCId, SectionId::makerTags, signedLong, -1, printValue}, - {0x0002, "AFTrackingSensitivity", N_("AF Tracking Sensitivity"), N_("AFTrackingSensitivity"), IfdId::canonAfCId, + {0x0002, "AFTrackingSensitivity", N_("AF Tracking Sensitivity"), N_("AF Tracking Sensitivity"), IfdId::canonAfCId, SectionId::makerTags, signedLong, -1, printValue}, {0x0003, "AFAccelDecelTracking", N_("AF Accel Decel Tracking"), N_("AF Accel Decel Tracking"), IfdId::canonAfCId, SectionId::makerTags, signedLong, -1, printValue}, - {0x0004, "AFPointSwitching", N_("AF PointS witching"), N_("AF Point Switching"), IfdId::canonAfCId, + {0x0004, "AFPointSwitching", N_("AF Point Switching"), N_("AF Point Switching"), IfdId::canonAfCId, SectionId::makerTags, signedLong, -1, printValue}, {0x0005, "AIServoFirstImage", N_("AI Servo First Image"), N_("AI Servo First Image"), IfdId::canonAfCId, SectionId::makerTags, signedLong, -1, EXV_PRINT_TAG(canonAIServoFirstImage)}, @@ -1391,7 +1391,7 @@ constexpr TagDetails canonCsMacro[] = { //! Quality, tag 0x0003 constexpr TagDetails canonCsQuality[] = { - {-1, N_("n/a")}, {0, N_("unkown")}, {1, N_("Economy")}, {2, N_("Normal")}, {3, N_("Fine")}, + {-1, N_("n/a")}, {0, N_("unknown")}, {1, N_("Economy")}, {2, N_("Normal")}, {3, N_("Fine")}, {4, N_("RAW")}, {5, N_("Superfine")}, {7, N_("CRAW")}, {130, N_("Normal Movie")}, {131, N_("Movie (2)")}, }; diff --git a/src/casiomn_int.cpp b/src/casiomn_int.cpp index 433bec6080..37776028cc 100644 --- a/src/casiomn_int.cpp +++ b/src/casiomn_int.cpp @@ -102,7 +102,7 @@ constexpr TagDetails casioCCDSensitivity[] = { // Casio MakerNote Tag Info constexpr TagInfo CasioMakerNote::tagInfo_[] = { - {0x0001, "RecodingMode", N_("RecodingMode"), N_("Recording Mode"), IfdId::casioId, SectionId::makerTags, + {0x0001, "RecordingMode", N_("Recording Mode"), N_("Recording Mode"), IfdId::casioId, SectionId::makerTags, unsignedShort, -1, EXV_PRINT_TAG(casioRecordingMode)}, {0x0002, "Quality", N_("Quality"), N_("Quality"), IfdId::casioId, SectionId::makerTags, unsignedShort, -1, EXV_PRINT_TAG(casioQuality)}, diff --git a/src/minoltamn_int.cpp b/src/minoltamn_int.cpp index d11375bcf9..c1fa6edd5d 100644 --- a/src/minoltamn_int.cpp +++ b/src/minoltamn_int.cpp @@ -1130,7 +1130,7 @@ constexpr TagInfo MinoltaMakerNote::tagInfoCsA100_[] = { SectionId::makerTags, unsignedShort, 1, printValue}, {0x0035, "CustomWBGreenLevel", N_("Custom WB Green Level"), N_("Custom WB green level"), IfdId::sony1MltCsA100Id, SectionId::makerTags, unsignedShort, 1, printValue}, - {0x0036, "CustomWBBlueLevel", N_("Custom WB Blue Level"), N_("CustomWB blue level"), IfdId::sony1MltCsA100Id, + {0x0036, "CustomWBBlueLevel", N_("Custom WB Blue Level"), N_("Custom WB blue level"), IfdId::sony1MltCsA100Id, SectionId::makerTags, unsignedShort, 1, printValue}, {0x0037, "CustomWBError", N_("Custom WB Error"), N_("Custom WB Error"), IfdId::sony1MltCsA100Id, SectionId::makerTags, unsignedShort, 1, EXV_PRINT_TAG(sonyCustomWBErrorA100)}, diff --git a/src/olympusmn_int.cpp b/src/olympusmn_int.cpp index 66c8d4e88e..07d02e9616 100644 --- a/src/olympusmn_int.cpp +++ b/src/olympusmn_int.cpp @@ -701,7 +701,7 @@ constexpr TagInfo OlympusMakerNote::tagInfoEq_[] = { SectionId::makerTags, asciiString, -1, printValue}, {0x0303, "ExtenderModel", N_("Extender Model"), N_("Extender model"), IfdId::olympusEqId, SectionId::makerTags, asciiString, -1, printValue}, - {0x0304, "ExtenderFirmwareVersion", N_("Extender Firmware Version"), N_("Extender firmwareversion"), + {0x0304, "ExtenderFirmwareVersion", N_("Extender Firmware Version"), N_("Extender firmware version"), IfdId::olympusEqId, SectionId::makerTags, unsignedLong, -1, printValue}, {0x0403, "ConversionLens", N_("Conversion Lens"), N_("Conversion lens"), IfdId::olympusEqId, SectionId::makerTags, asciiString, -1, printValue}, diff --git a/src/panasonicmn_int.cpp b/src/panasonicmn_int.cpp index a4f6788904..eabc70cbae 100644 --- a/src/panasonicmn_int.cpp +++ b/src/panasonicmn_int.cpp @@ -575,7 +575,7 @@ std::ostream& PanasonicMakerNote::print0x000f(std::ostream& os, const Value& val else if (l0 == 0 && l1 == 225) os << _("225-area"); else if (l0 == 1 && l1 == 0) - os << _("Spot focussing"); + os << _("Spot focusing"); else if (l0 == 1 && l1 == 1) os << _("5-area"); else if (l0 == 16 && l1 == 0) diff --git a/src/properties.cpp b/src/properties.cpp index 512552ae31..9549adf868 100644 --- a/src/properties.cpp +++ b/src/properties.cpp @@ -527,7 +527,7 @@ const XmpPropertyInfo xmpXmpDMInfo[] = { {"videoFrameSize", N_("Video Frame Size"), "Dimensions", xmpText, xmpInternal, N_("The frame size. For example: w:720, h: 480, unit:pixels")}, {"videoModDate", N_("Video Modified Date"), "Date", xmpText, xmpInternal, - N_("(deprecated)The date and time when the video was last modified.")}, + N_("(deprecated) The date and time when the video was last modified.")}, {"videoPixelDepth", N_("Video Pixel Depth"), "closed Choice of Text", xmpText, xmpInternal, N_("The size in bits of each color component of a pixel. Standard Windows 32-bit " "pixels have 8 bits per component. One of: 8Int, 16Int, 32Int, 32Float.")}, @@ -3432,7 +3432,7 @@ const XmpPropertyInfo xmpVideoInfo[] = { {"AspectRatio", N_("Video Aspect Ratio"), "Rational", xmpText, xmpExternal, N_("Ratio of Width:Height, helps to determine how a video would be displayed on a screen")}, {"AspectRatioType", N_("Video Aspect Ratio Type"), "Text", xmpText, xmpExternal, - N_("Aspect Ratio Type. Eg - Free-Resizing or Fixed")}, + N_("Aspect Ratio Type. E.g.: Free-Resizing or Fixed")}, {"AttachFileData", N_("Attached File Data"), "Text", xmpText, xmpExternal, N_("Attached File Data")}, {"AttachFileDesc", N_("Attached File Description"), "Text", xmpText, xmpExternal, N_("Attached File Description")}, {"AttachFileMIME", N_("Attached File MIME Type"), "Text", xmpText, xmpExternal, N_("Attached File MIME Type")}, @@ -3483,15 +3483,15 @@ const XmpPropertyInfo xmpVideoInfo[] = { N_("Information about the Compressor Version.")}, {"Container", N_("Container Type"), "Text", xmpText, xmpExternal, N_("Primary Metadata Container")}, {"ContentCompressAlgo", N_("Content Compression Algorithm"), "Text", xmpText, xmpExternal, - N_("Content Compression Algorithm. Eg: zlib")}, + N_("Content Compression Algorithm. E.g.: zlib")}, {"ContentEncodingType", N_("Content Encoding Type"), "Text", xmpText, xmpExternal, - N_("Content Encoding Type. Eg: Encryption or Compression")}, + N_("Content Encoding Type. E.g.: Encryption or Compression")}, {"ContentEncryptAlgo", N_("Content Encryption Algorithm"), "Text", xmpText, xmpExternal, - N_("Content Encryption Algorithm. Eg: Blowfish")}, + N_("Content Encryption Algorithm. E.g.: Blowfish")}, {"ContentSignAlgo", N_("Content Signature Algorithm"), "Text", xmpText, xmpExternal, - N_("Content Signature Algorithm. Eg: RSA")}, + N_("Content Signature Algorithm. E.g.: RSA")}, {"ContentSignHashAlgo", N_("Content Sign Hash Algorithm"), "Text", xmpText, xmpExternal, - N_("Content Signature Hash Algorithm. Eg: SHA1-160 or MD5")}, + N_("Content Signature Hash Algorithm. E.g.: SHA1-160 or MD5")}, {"Contrast", N_("Contrast"), "Closed Choice of Integer", xmpText, xmpInternal, N_("Indicates the direction of contrast processing applied by the camera.")}, {"Copyright", N_("Copyright"), "Text", xmpText, xmpExternal, @@ -3530,7 +3530,7 @@ const XmpPropertyInfo xmpVideoInfo[] = { N_("Information about the Dimensions of the video frame.")}, {"Director", N_("Director"), "Text", xmpText, xmpExternal, N_("Information about the Director.")}, {"DisplayUnit", N_("Video Display Unit"), "Text", xmpText, xmpExternal, - N_("Video display unit. Eg - cm, pixels, inch")}, + N_("Video display unit. E.g.: cm, pixels, inch")}, {"DistributedBy", N_("Distributed By"), "Text", xmpText, xmpExternal, N_("Distributed By, i.e. name of person or organization.")}, {"DocType", N_("Doc Type"), "Text", xmpText, xmpExternal, @@ -3598,7 +3598,8 @@ const XmpPropertyInfo xmpVideoInfo[] = { {"FNumber", N_("F Number"), "Rational", xmpText, xmpInternal, N_("F number. Camera Lens specific data.")}, {"FocalLength", N_("Focal Length"), "Rational", xmpText, xmpInternal, N_("Focal length of the lens, in millimeters.")}, - {"FocusMode", N_("Focus Mode"), "Text", xmpText, xmpExternal, N_("Focus Mode of the Lens. Eg - AF for Auto Focus")}, + {"FocusMode", N_("Focus Mode"), "Text", xmpText, xmpExternal, + N_("Focus Mode of the Lens. E.g.: AF for Auto Focus")}, {"Format", N_("Format"), "Text", xmpText, xmpExternal, N_("Indication of movie format (computer-generated, digitized, and so on).")}, {"FrameCount", N_("Frame Count"), "Integer", xmpText, xmpExternal, N_("Total number of frames in a video")}, @@ -3802,7 +3803,7 @@ const XmpPropertyInfo xmpVideoInfo[] = { N_("A reference to the project that created this file.")}, {"Rate", N_("Rate"), "Integer", xmpText, xmpExternal, N_("Rate.")}, {"Rated", N_("Rated"), "Text", xmpText, xmpExternal, N_("The age circle required for viewing the video.")}, - {"Rating", N_("Rating"), "Text", xmpText, xmpExternal, N_("Rating, eg. 7 or 8 (generally out of 10).")}, + {"Rating", N_("Rating"), "Text", xmpText, xmpExternal, N_("Rating, e.g. 7 or 8 (generally out of 10).")}, {"RecordLabelName", N_("Record Label Name"), "Text", xmpText, xmpExternal, N_("Record Label Name, or the name of the organization recording the video.")}, {"RecordLabelURL", N_("Record Label URL"), "Text", xmpText, xmpExternal, N_("Record Label URL.")}, @@ -3813,7 +3814,7 @@ const XmpPropertyInfo xmpVideoInfo[] = { {"RippedBy", N_("Ripped By"), "Text", xmpText, xmpExternal, N_("Ripped By, i.e. name of person or organization.")}, {"Saturation", N_("Saturation"), "Closed Choice of Integer", xmpText, xmpInternal, N_("Indicates the direction of saturation processing applied by the camera.")}, - {"SecondaryGenre", N_("Secondary Genre"), "Text", xmpText, xmpExternal, N_("The name of the secondary genre..")}, + {"SecondaryGenre", N_("Secondary Genre"), "Text", xmpText, xmpExternal, N_("The name of the secondary genre.")}, {"SelectionTime", N_("Selection Time"), "Integer", xmpText, xmpExternal, N_("The time value for the start time of the current selection.")}, {"SelectionDuration", N_("Selection Duration"), "Integer", xmpText, xmpExternal, @@ -3837,13 +3838,13 @@ const XmpPropertyInfo xmpVideoInfo[] = { {"Statistics", N_("Statistics"), "Text", xmpText, xmpExternal, N_("Statistics.")}, {"StreamCount", N_("Stream Count"), "Integer", xmpText, xmpExternal, N_("Total Number Of Streams")}, {"StreamName", N_("Stream Name"), "Text", xmpText, xmpExternal, - N_("Describes the Stream Name. Eg - FUJIFILM AVI STREAM 0100")}, + N_("Describes the Stream Name. E.g.: FUJIFILM AVI STREAM 0100")}, {"StreamQuality", N_("Stream Quality"), "Integer", xmpText, xmpExternal, N_("General Stream Quality")}, {"StreamSampleRate", N_("Stream Sample Rate"), "Rational", xmpText, xmpExternal, N_("Stream Sample Rate")}, {"StreamSampleCount", N_("Stream Sample Count"), "Integer", xmpText, xmpExternal, N_("Stream Sample Count")}, {"StreamSampleSize", N_("Stream Sample Size"), "Integer", xmpText, xmpExternal, N_("General Stream Sample Size")}, {"StreamType", N_("Stream Type"), "Text", xmpText, xmpExternal, - N_("Describes the Stream Type. Eg - Video, Audio or Subtitles")}, + N_("Describes the Stream Type. E.g.: Video, Audio or Subtitles")}, {"SubTCodec", N_("Subtitles Codec"), "Text", xmpText, xmpExternal, N_("Subtitles stream codec, for general purpose")}, {"SubTCodecDecodeAll", N_("Subtitle Codec Decode Info"), "Text", xmpText, xmpExternal, @@ -3896,7 +3897,7 @@ const XmpPropertyInfo xmpVideoInfo[] = { {"TotalFrameCount", N_("Total Frame Count"), "Integer", xmpText, xmpExternal, N_("Total number of frames in a video")}, {"TotalStream", N_("Number Of Streams"), "Integer", xmpText, xmpExternal, - N_("Total number of streams present in a video. Eg - Video, Audio or Subtitles")}, + N_("Total number of streams present in a video. E.g.: Video, Audio or Subtitles")}, {"Track", N_("Track"), "Text", xmpText, xmpExternal, N_("Information about the Track.")}, {"TrackCreateDate", N_("Video Track Create Date"), "Integer", xmpText, xmpExternal, N_("A 32-bit integer that indicates (in seconds since midnight, January 1, 1904) when the track header was " diff --git a/src/sonymn_int.cpp b/src/sonymn_int.cpp index 327b3de95a..0562127e34 100644 --- a/src/sonymn_int.cpp +++ b/src/sonymn_int.cpp @@ -1858,7 +1858,7 @@ constexpr TagInfo SonyMakerNote::tagInfoCs_[] = { {0x002B, "LongExposureNoiseReduction", N_("Long Exposure Noise Reduction"), N_("Long Exposure Noise Reduction"), IfdId::sony1CsId, SectionId::makerTags, unsignedShort, 1, printMinoltaSonyBoolValue}, // NOTE: A700 only - {0x002C, "HighISONoiseReduction", N_("High ISO NoiseReduction"), N_("High ISO NoiseReduction"), IfdId::sony1CsId, + {0x002C, "HighISONoiseReduction", N_("High ISO Noise Reduction"), N_("High ISO Noise Reduction"), IfdId::sony1CsId, SectionId::makerTags, unsignedShort, 1, printValue}, // NOTE: A700 only {0x002D, "ImageStyle", N_("Image Style"), N_("Image Style"), IfdId::sony1CsId, SectionId::makerTags, unsignedShort, diff --git a/src/tags_int.cpp b/src/tags_int.cpp index cc94c10ac5..0841aac63b 100644 --- a/src/tags_int.cpp +++ b/src/tags_int.cpp @@ -2108,8 +2108,8 @@ constexpr TagInfo exifTagInfo[] = { "for the lens that was used in photography. When the minimum F " "number is unknown, the notation is 0/0"), IfdId::exifId, SectionId::otherTags, unsignedRational, 4, printLensSpecification}, - {0xa433, "LensMake", N_("Lens Make"), N_("This tag records the lens manufactor as an ASCII string."), IfdId::exifId, - SectionId::otherTags, asciiString, 0, printValue}, + {0xa433, "LensMake", N_("Lens Make"), N_("This tag records the lens manufacturer as an ASCII string."), + IfdId::exifId, SectionId::otherTags, asciiString, 0, printValue}, {0xa434, "LensModel", N_("Lens Model"), N_("This tag records the lens's model name and model number as an " "ASCII string."), diff --git a/test/data/test_reference_files/20220610_MG_7237.exv.out b/test/data/test_reference_files/20220610_MG_7237.exv.out index bd95918f65..0e30a8f4d0 100644 --- a/test/data/test_reference_files/20220610_MG_7237.exv.out +++ b/test/data/test_reference_files/20220610_MG_7237.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/20220610_MG_7238.exv.out b/test/data/test_reference_files/20220610_MG_7238.exv.out index 2f98ca01e3..d5f73607e7 100644 --- a/test/data/test_reference_files/20220610_MG_7238.exv.out +++ b/test/data/test_reference_files/20220610_MG_7238.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/20220610_MG_7239.exv.out b/test/data/test_reference_files/20220610_MG_7239.exv.out index 1a20bf6f8d..8a0e4f57c0 100644 --- a/test/data/test_reference_files/20220610_MG_7239.exv.out +++ b/test/data/test_reference_files/20220610_MG_7239.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/20220610_MG_7240.exv.out b/test/data/test_reference_files/20220610_MG_7240.exv.out index da13afd19c..e95633aa3a 100644 --- a/test/data/test_reference_files/20220610_MG_7240.exv.out +++ b/test/data/test_reference_files/20220610_MG_7240.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/20220610_MG_7241.exv.out b/test/data/test_reference_files/20220610_MG_7241.exv.out index 4e158df872..3594c0650e 100644 --- a/test/data/test_reference_files/20220610_MG_7241.exv.out +++ b/test/data/test_reference_files/20220610_MG_7241.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/CanonEF100mmF2.8LMacroISUSM.exv.out b/test/data/test_reference_files/CanonEF100mmF2.8LMacroISUSM.exv.out index 6cb284f074..b594e758ee 100644 --- a/test/data/test_reference_files/CanonEF100mmF2.8LMacroISUSM.exv.out +++ b/test/data/test_reference_files/CanonEF100mmF2.8LMacroISUSM.exv.out @@ -114,7 +114,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_1xx.exv.out b/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_1xx.exv.out index 0ac0fd0435..521d32edf1 100644 --- a/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_1xx.exv.out +++ b/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_1xx.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_2xx.exv.out b/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_2xx.exv.out index e014bed4cd..b9c9be2578 100644 --- a/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_2xx.exv.out +++ b/test/data/test_reference_files/Canon_Sigma_18_35_F18_DC_HSM_firmware_2xx.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_14-24mm_F2.8_DG_HSM_A_for_EOS.exv.out b/test/data/test_reference_files/Sigma_14-24mm_F2.8_DG_HSM_A_for_EOS.exv.out index 04b4c6ba45..695cbe867b 100644 --- a/test/data/test_reference_files/Sigma_14-24mm_F2.8_DG_HSM_A_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_14-24mm_F2.8_DG_HSM_A_for_EOS.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_28mm_F1.4_DG_HSM_A_for_EOS.exv.out b/test/data/test_reference_files/Sigma_28mm_F1.4_DG_HSM_A_for_EOS.exv.out index d9771ef030..493ac40d7e 100644 --- a/test/data/test_reference_files/Sigma_28mm_F1.4_DG_HSM_A_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_28mm_F1.4_DG_HSM_A_for_EOS.exv.out @@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_35mm_F1.4_DG_HSM_A_for_EOS.exv.out b/test/data/test_reference_files/Sigma_35mm_F1.4_DG_HSM_A_for_EOS.exv.out index c1c9b26641..721b0607a3 100644 --- a/test/data/test_reference_files/Sigma_35mm_F1.4_DG_HSM_A_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_35mm_F1.4_DG_HSM_A_for_EOS.exv.out @@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_40mm_F1.4_DG_HSM_A_for_EOS.exv.out b/test/data/test_reference_files/Sigma_40mm_F1.4_DG_HSM_A_for_EOS.exv.out index 6cea86f5af..11904ca155 100644 --- a/test/data/test_reference_files/Sigma_40mm_F1.4_DG_HSM_A_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_40mm_F1.4_DG_HSM_A_for_EOS.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_50mm_F1.4_DG_HSM_A_for_EOS.exv.out b/test/data/test_reference_files/Sigma_50mm_F1.4_DG_HSM_A_for_EOS.exv.out index 8fe58e251f..7e3bed3799 100644 --- a/test/data/test_reference_files/Sigma_50mm_F1.4_DG_HSM_A_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_50mm_F1.4_DG_HSM_A_for_EOS.exv.out @@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/Sigma_60-600mm_F4.5-6.3_DG_OS_HSM_S_for_EOS.exv.out b/test/data/test_reference_files/Sigma_60-600mm_F4.5-6.3_DG_OS_HSM_S_for_EOS.exv.out index 5226bed47a..099ea38aed 100644 --- a/test/data/test_reference_files/Sigma_60-600mm_F4.5-6.3_DG_OS_HSM_S_for_EOS.exv.out +++ b/test/data/test_reference_files/Sigma_60-600mm_F4.5-6.3_DG_OS_HSM_S_for_EOS.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/TamronSP15-30mmF2.8DiVCUSDA012.exv.out b/test/data/test_reference_files/TamronSP15-30mmF2.8DiVCUSDA012.exv.out index 53f32d0afb..64426d3bba 100644 --- a/test/data/test_reference_files/TamronSP15-30mmF2.8DiVCUSDA012.exv.out +++ b/test/data/test_reference_files/TamronSP15-30mmF2.8DiVCUSDA012.exv.out @@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF004.exv.out b/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF004.exv.out index f23e09a47d..68c4af09bd 100644 --- a/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF004.exv.out +++ b/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF004.exv.out @@ -117,7 +117,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF017.exv.out b/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF017.exv.out index 607d402a1a..fa3a2e6021 100644 --- a/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF017.exv.out +++ b/test/data/test_reference_files/TamronSP90mmF2.8DiVCUSDMacroF017.exv.out @@ -122,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/canon_ef_100_400mm_f4.5_5.6_2x_.exv.out b/test/data/test_reference_files/canon_ef_100_400mm_f4.5_5.6_2x_.exv.out index c87bf1d2db..f9c2542ca9 100644 --- a/test/data/test_reference_files/canon_ef_100_400mm_f4.5_5.6_2x_.exv.out +++ b/test/data/test_reference_files/canon_ef_100_400mm_f4.5_5.6_2x_.exv.out @@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1024.exv.out b/test/data/test_reference_files/exiv2-bug1024.exv.out index 2a1f01dbbe..244c907f38 100644 --- a/test/data/test_reference_files/exiv2-bug1024.exv.out +++ b/test/data/test_reference_files/exiv2-bug1024.exv.out @@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1122.exv.out b/test/data/test_reference_files/exiv2-bug1122.exv.out index 2a1f01dbbe..244c907f38 100644 --- a/test/data/test_reference_files/exiv2-bug1122.exv.out +++ b/test/data/test_reference_files/exiv2-bug1122.exv.out @@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1166.exv.out b/test/data/test_reference_files/exiv2-bug1166.exv.out index a6970b02f3..ab088cad3f 100644 --- a/test/data/test_reference_files/exiv2-bug1166.exv.out +++ b/test/data/test_reference_files/exiv2-bug1166.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1167.exv.out b/test/data/test_reference_files/exiv2-bug1167.exv.out index 0dca27572d..98044549a6 100644 --- a/test/data/test_reference_files/exiv2-bug1167.exv.out +++ b/test/data/test_reference_files/exiv2-bug1167.exv.out @@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1170.exv.out b/test/data/test_reference_files/exiv2-bug1170.exv.out index 59f0f91fa4..a4c7a1dd7e 100644 --- a/test/data/test_reference_files/exiv2-bug1170.exv.out +++ b/test/data/test_reference_files/exiv2-bug1170.exv.out @@ -123,7 +123,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1252a.exv.out b/test/data/test_reference_files/exiv2-bug1252a.exv.out index 64e31bf191..f19bcda065 100644 --- a/test/data/test_reference_files/exiv2-bug1252a.exv.out +++ b/test/data/test_reference_files/exiv2-bug1252a.exv.out @@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug1252b.exv.out b/test/data/test_reference_files/exiv2-bug1252b.exv.out index 2ae810d37f..0b2784b172 100644 --- a/test/data/test_reference_files/exiv2-bug1252b.exv.out +++ b/test/data/test_reference_files/exiv2-bug1252b.exv.out @@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-bug876.jpg.out b/test/data/test_reference_files/exiv2-bug876.jpg.out index 50deba05d6..0da20bede0 100644 --- a/test/data/test_reference_files/exiv2-bug876.jpg.out +++ b/test/data/test_reference_files/exiv2-bug876.jpg.out @@ -119,7 +119,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 1 AEB Exif.CanonFi.BracketValue SShort 1 64 64 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-g20.exv.out b/test/data/test_reference_files/exiv2-g20.exv.out index 607d402a1a..fa3a2e6021 100644 --- a/test/data/test_reference_files/exiv2-g20.exv.out +++ b/test/data/test_reference_files/exiv2-g20.exv.out @@ -122,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/exiv2-g45.exv.out b/test/data/test_reference_files/exiv2-g45.exv.out index 1f98d27bc0..05177ba3f1 100644 --- a/test/data/test_reference_files/exiv2-g45.exv.out +++ b/test/data/test_reference_files/exiv2-g45.exv.out @@ -92,7 +92,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/issue_1763_poc.exv.out b/test/data/test_reference_files/issue_1763_poc.exv.out index b904f6d24b..c54a9ea53f 100644 --- a/test/data/test_reference_files/issue_1763_poc.exv.out +++ b/test/data/test_reference_files/issue_1763_poc.exv.out @@ -99,7 +99,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/issue_1782_canon_lens_sigma_30mm_f1.4_DC_DN_C.exv.out b/test/data/test_reference_files/issue_1782_canon_lens_sigma_30mm_f1.4_DC_DN_C.exv.out index 60c5b8c765..de0ac30ecb 100644 --- a/test/data/test_reference_files/issue_1782_canon_lens_sigma_30mm_f1.4_DC_DN_C.exv.out +++ b/test/data/test_reference_files/issue_1782_canon_lens_sigma_30mm_f1.4_DC_DN_C.exv.out @@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/pr_2216.exv.out b/test/data/test_reference_files/pr_2216.exv.out index e90072080a..96bdb579ce 100644 --- a/test/data/test_reference_files/pr_2216.exv.out +++ b/test/data/test_reference_files/pr_2216.exv.out @@ -102,7 +102,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/template.exv.out b/test/data/test_reference_files/template.exv.out index 7dff8c648e..adff961093 100644 --- a/test/data/test_reference_files/template.exv.out +++ b/test/data/test_reference_files/template.exv.out @@ -114,7 +114,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/test_issue_981a.exv.out b/test/data/test_reference_files/test_issue_981a.exv.out index 46e59eb13b..8eca542298 100644 --- a/test/data/test_reference_files/test_issue_981a.exv.out +++ b/test/data/test_reference_files/test_issue_981a.exv.out @@ -119,7 +119,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 3 On Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/test_issue_981b.exv.out b/test/data/test_reference_files/test_issue_981b.exv.out index 4ee465c40c..166ba60342 100644 --- a/test/data/test_reference_files/test_issue_981b.exv.out +++ b/test/data/test_reference_files/test_issue_981b.exv.out @@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/test_issue_981c.exv.out b/test/data/test_reference_files/test_issue_981c.exv.out index 383bd2a416..2507661557 100644 --- a/test/data/test_reference_files/test_issue_981c.exv.out +++ b/test/data/test_reference_files/test_issue_981c.exv.out @@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/test_issue_981d.exv.out b/test/data/test_reference_files/test_issue_981d.exv.out index bcb6b17b1e..1ded934fe6 100644 --- a/test/data/test_reference_files/test_issue_981d.exv.out +++ b/test/data/test_reference_files/test_issue_981d.exv.out @@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0) Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0 -Exif.CanonFi.RawJpgQuality SShort 1 0 unkown +Exif.CanonFi.RawJpgQuality SShort 1 0 unknown Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.WBBracketMode SShort 1 0 Off diff --git a/test/data/test_reference_files/test_pr_1905_poc1_ref.out b/test/data/test_reference_files/test_pr_1905_poc1_ref.out index 45d14f238f..a636736b49 100644 --- a/test/data/test_reference_files/test_pr_1905_poc1_ref.out +++ b/test/data/test_reference_files/test_pr_1905_poc1_ref.out @@ -329,7 +329,7 @@ ImageUniqueID,42016,0xa420,Photo,Exif.Photo.ImageUniqueID,Ascii,"This tag indica CameraOwnerName,42032,0xa430,Photo,Exif.Photo.CameraOwnerName,Ascii,"This tag records the owner of a camera used in photography as an ASCII string." BodySerialNumber,42033,0xa431,Photo,Exif.Photo.BodySerialNumber,Ascii,"This tag records the serial number of the body of the camera that was used in photography as an ASCII string." LensSpecification,42034,0xa432,Photo,Exif.Photo.LensSpecification,Rational,"This tag notes minimum focal length, maximum focal length, minimum F number in the minimum focal length, and minimum F number in the maximum focal length, which are specification information for the lens that was used in photography. When the minimum F number is unknown, the notation is 0/0" -LensMake,42035,0xa433,Photo,Exif.Photo.LensMake,Ascii,"This tag records the lens manufactor as an ASCII string." +LensMake,42035,0xa433,Photo,Exif.Photo.LensMake,Ascii,"This tag records the lens manufacturer as an ASCII string." LensModel,42036,0xa434,Photo,Exif.Photo.LensModel,Ascii,"This tag records the lens's model name and model number as an ASCII string." LensSerialNumber,42037,0xa435,Photo,Exif.Photo.LensSerialNumber,Ascii,"This tag records the serial number of the interchangeable lens that was used in photography as an ASCII string." ImageTitle,42038,0xa436,Photo,Exif.Photo.ImageTitle,Ascii,"This tag records the title of the image."