From 3bc1bf4cdf11fcb01babd394e6d6b952a45a3a81 Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 19 Dec 2013 10:57:50 +0100 Subject: Another round of s/amoung/among/ --- Assistant/Monad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant') diff --git a/Assistant/Monad.hs b/Assistant/Monad.hs index 6b843ea88..44ae210b7 100644 --- a/Assistant/Monad.hs +++ b/Assistant/Monad.hs @@ -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 -- cgit v1.2.3