@@ -98,7 +98,7 @@ v3.2.9.4 January 2018
9898v3.2.9.3 December 2017
9999----------------------
100100
101- * Fix: remove bad invisible unicde char
101+ * Fix: remove bad invisible unicode char
102102
103103v3.2.9.2 December 2017
104104----------------------
@@ -175,7 +175,7 @@ v3.2.6.3 November 2015
175175
176176v3.2.6.2 November 2015
177177----------------------
178- * Fix: Using minimal GIF version if outputing a single image.
178+ * Fix: Using minimal GIF version if outputting a single image.
179179
180180v3.2.6.1 August 2015
181181--------------------
@@ -197,7 +197,7 @@ V3.2.5.3 July 2015
197197V3.2.5.2 June 2015
198198------------------
199199
200- * Adding: Width & Height metdata to help querying image information
200+ * Adding: Width & Height metadata to help querying image information
201201 without decompressing the whole.
202202 * Adding: Source format metadata.
203203
@@ -263,7 +263,7 @@ v3.2 December 2014
263263v3.1.7.1 August 2014
264264--------------------
265265
266- * Previous gif fix was not working withing the readImage
266+ * Previous gif fix was not working within the readImage
267267 function, only in specialized gif images. Correcting
268268 miscorection
269269
@@ -287,7 +287,7 @@ v3.1.6 August 2014
287287
288288 * Fix bad disposal handling in GIF animations.
289289 * Added ColorConvertible instance for PixelRGB8 -> PixelRGBA16 (KaiHa)
290- * Fixing a bad handling of tRNS causing bad transprency decoding in
290+ * Fixing a bad handling of tRNS causing bad transparency decoding in
291291 some circonstances.
292292 * Adding the concept of Packeable pixel for faster pixel filling
293293 using mutable array.
@@ -379,9 +379,9 @@ v3.1.1.1 October 2013
379379v3.1.1 October 2013
380380--------------------
381381
382- * Adding uncompresed TIFF saving.
382+ * Adding uncompressed TIFF saving.
383383 * Adding error message to avoid loading progressive loading.
384- * Made MMAP optional, controled by a cabal flag.
384+ * Made MMAP optional, controlled by a cabal flag.
385385 * adding dynamicPixelMap helper function.
386386 * Handling png transparency using color key (#26).
387387
0 commit comments