summaryrefslogtreecommitdiff
path: root/p/haskell-juicypixels/debian/patches/fix-error-message-spelling.patch
blob: f0ca8382566a1f1878b3e44fd4dcdb870b34ff30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix spelling error
Author: Dmitry Bogatov <KAction@gnu.org>
Forwarded: yes
Last-Update: 2015-08-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Codec/Picture/Jpg.hs
+++ b/src/Codec/Picture/Jpg.hs
@@ -581,7 +581,7 @@ decodeJpegWithMetadata file = case runGe
        in
        (, meta) <$>
            dynamicOfColorSpace (colorSpaceOfState st) imgWidth imgHeight arr
-     _ -> Left "Unnkown JPG kind"
+     _ -> Left "Unknown JPG kind"
     where
       compCount = length $ jpgComponents scanInfo
       (_,scanInfo) = gatherScanInfo img