diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2016-06-01 21:46:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-06-02 11:22:18 -0400 |
commit | 0d555aa363482ed041db2d9c63da271ba7f4ced8 (patch) | |
tree | 189747b6aa7476f0f974bf76329f04a19732dde4 /Build | |
parent | 023e0e5a4f25b6a2acba401826bcdcc940039682 (diff) |
minor typo fixes throughout
problematic
flexibility
Diffstat (limited to 'Build')
-rw-r--r-- | Build/BundledPrograms.hs | 2 | ||||
-rw-r--r-- | Build/EvilSplicer.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs index 4e6d2081e..69d72b461 100644 --- a/Build/BundledPrograms.hs +++ b/Build/BundledPrograms.hs @@ -70,7 +70,7 @@ preferredBundledPrograms = catMaybes , Just "sh" #endif #ifndef darwin_HOST_OS - -- wget on OSX has been problimatic, looking for certs in the wrong + -- wget on OSX has been problematic, looking for certs in the wrong -- places. Don't ship it, use curl or the OSX's own wget if it has -- one. , ifset SysConfig.wget "wget" diff --git a/Build/EvilSplicer.hs b/Build/EvilSplicer.hs index cfdcc3a6f..e685b1e44 100644 --- a/Build/EvilSplicer.hs +++ b/Build/EvilSplicer.hs @@ -620,7 +620,7 @@ mangleCode = flip_colon void $ string "= " return $ "= do { " ++ x ++ " <- return $ " -{- Embedded files use unsafe packing, which is problimatic +{- Embedded files use unsafe packing, which is problematic - for several reasons, including that GHC sometimes omits trailing - newlines in the file content, which leads to the wrong byte - count. Also, GHC sometimes outputs unicode characters, which |