Another round of s/amoung/among/
This commit is contained in:
parent
46f99c7764
commit
974fe009bf
3 changed files with 3 additions and 3 deletions
|
@ -99,7 +99,7 @@ class LiftAnnex m where
|
|||
liftAnnex :: Annex a -> m a
|
||||
|
||||
{- Runs an action in the git-annex monad. Note that the same monad state
|
||||
- is shared amoung all assistant threads, so only one of these can run at
|
||||
- is shared among all assistant threads, so only one of these can run at
|
||||
- a time. Therefore, long-duration actions should be avoided. -}
|
||||
instance LiftAnnex Assistant where
|
||||
liftAnnex a = do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue