Apply codespell -w throughout

This commit is contained in:
Yaroslav Halchenko 2023-03-13 22:39:16 -04:00 committed by Joey Hess
parent 100f5aabb6
commit 84b0a3707a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
108 changed files with 135 additions and 135 deletions

View file

@ -95,7 +95,7 @@ refill cs = do
- runs an action to commit them. If more changes arrive while this is
- going on, they're handled intelligently, batching up changes into
- large commits where possible, doing rename detection, and
- commiting immediately otherwise. -}
- committing immediately otherwise. -}
waitChangeTime :: (([Change], UTCTime) -> Assistant Int) -> Assistant ()
waitChangeTime a = waitchanges 0
where

View file

@ -111,7 +111,7 @@ startOneService client (x:xs) = do
, startOneService client xs
)
{- Filter matching events recieved when drives are mounted and unmounted. -}
{- Filter matching events received when drives are mounted and unmounted. -}
mountChanged :: [MatchRule]
mountChanged = [udisks2mount, udisks2umount]
where

View file

@ -163,9 +163,9 @@ listenNMConnections client setconnected =
- ConnectResultsSent:
- Variant "success"
-
- Diconnection example:
- Disconnection example:
- StatusChanged
- [Variant 0, Variant [Varient ""]]
- [Variant 0, Variant [Variant ""]]
-}
listenWicdConnections :: Client -> (Bool -> IO ()) -> IO ()
listenWicdConnections client setconnected = do

View file

@ -80,7 +80,7 @@ onModify file = case parseTransferFile file of
\i -> i { bytesComplete = bytesComplete newinfo }
{- This thread can only watch transfer sizes when the DirWatcher supports
- tracking modificatons to files. -}
- tracking modifications to files. -}
watchesTransferSize :: Bool
watchesTransferSize = modifyTracked