Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jul 29, 2020
1 parent 85972a7 commit 70c7869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageProcessor/Imaging/Formats/JpegFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public override Image Save(string path, Image image, long bitDepth)
return image;
}

// System.Drawing's jpeg encoder throws when proprietory tags are included in the metadata
// System.Drawing's jpeg encoder throws when proprietary tags are included in the metadata
// https://github.com/JimBobSquarePants/ImageProcessor/issues/811
private static void SantizeMetadata(Image image)
{
Expand Down

0 comments on commit 70c7869

Please sign in to comment.