Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -536,7 +536,7 @@ receiveMessageAddonProcess p = do
|
|||
shutdownAddonProcess :: AddonProcess.ExternalAddonProcess -> Bool -> IO ()
|
||||
shutdownAddonProcess = AddonProcess.externalShutdown
|
||||
|
||||
{- A response handler can yeild a result, or it can request that another
|
||||
{- A response handler can yield a result, or it can request that another
|
||||
- message be consumed from the external. -}
|
||||
data ResponseHandlerResult a
|
||||
= Result a
|
||||
|
@ -548,7 +548,7 @@ result :: a -> Maybe (Annex (ResponseHandlerResult a))
|
|||
result = Just . return . Result
|
||||
|
||||
{- Waits for a message from the external remote, and passes it to the
|
||||
- apppropriate handler.
|
||||
- appropriate handler.
|
||||
-
|
||||
- If the handler returns Nothing, this is a protocol error.-}
|
||||
receiveMessage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue