minor typo fixes throughout

problematic
flexibility
This commit is contained in:
Yaroslav Halchenko 2016-06-01 21:46:58 -04:00 committed by Joey Hess
parent 4fd28807c1
commit 64e844e1fe
Failed to extract signature
19 changed files with 22 additions and 22 deletions

View file

@ -91,7 +91,7 @@ newAssistantUrl repo = do
{- Checks if the assistant is listening on an url.
-
- Always checks http, because https with self-signed cert is problimatic.
- Always checks http, because https with self-signed cert is problematic.
- warp-tls listens to http, in order to show an error page, so this works.
-}
assistantListening :: URLString -> IO Bool