From 5439e29dd9d897c0c65bc7f9f126038ca36475cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Feb 2018 11:22:25 -0800 Subject: C -> c. --- src/Text/Pandoc/ImageSize.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Text/Pandoc/ImageSize.hs b/src/Text/Pandoc/ImageSize.hs index 0a811d545..f21284dac 100644 --- a/src/Text/Pandoc/ImageSize.hs +++ b/src/Text/Pandoc/ImageSize.hs @@ -138,7 +138,7 @@ imageSize opts img = Just Jpeg -> jpegSize img Just Svg -> mbToEither "could not determine SVG size" $ svgSize opts img Just Eps -> mbToEither "could not determine EPS size" $ epsSize img - Just Pdf -> mbToEither "Could not determine PDF size" $ pdfSize img + Just Pdf -> mbToEither "could not determine PDF size" $ pdfSize img Nothing -> Left "could not determine image type" where mbToEither msg Nothing = Left msg mbToEither _ (Just x) = Right x -- cgit v1.2.3