diff options
author | Richard Hartmann <richih@debian.org> | 2013-12-19 10:57:50 +0100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-19 12:30:53 -0400 |
commit | 3bc1bf4cdf11fcb01babd394e6d6b952a45a3a81 (patch) | |
tree | 59fd8130cc3bd00ab3cd7c30f04a7a538bffbcad /Logs | |
parent | 665321a1f148608655648c13958b1cc3e8edabd9 (diff) |
Another round of s/amoung/among/
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/PreferredContent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs index 57367148c..202c86997 100644 --- a/Logs/PreferredContent.hs +++ b/Logs/PreferredContent.hs @@ -76,7 +76,7 @@ preferredContentMapRaw = simpleMap . parseLog Just <$> Annex.Branch.get preferredContentLog {- This intentionally never fails, even on unparsable expressions, - - because the configuration is shared amoung repositories and newer + - because the configuration is shared among repositories and newer - versions of git-annex may add new features. Instead, parse errors - result in a Matcher that will always succeed. -} makeMatcher :: GroupMap -> M.Map UUID RemoteConfig -> UUID -> String -> FileMatcher |