aboutsummaryrefslogtreecommitdiff
path: root/Git/AutoCorrect.hs
diff options
context:
space:
mode:
authorGravatar Richard Hartmann <richih@debian.org>2013-12-19 10:57:50 +0100
committerGravatar Joey Hess <joey@kitenet.net>2013-12-19 12:30:53 -0400
commit3bc1bf4cdf11fcb01babd394e6d6b952a45a3a81 (patch)
tree59fd8130cc3bd00ab3cd7c30f04a7a538bffbcad /Git/AutoCorrect.hs
parent665321a1f148608655648c13958b1cc3e8edabd9 (diff)
Another round of s/amoung/among/
Diffstat (limited to 'Git/AutoCorrect.hs')
-rw-r--r--Git/AutoCorrect.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/AutoCorrect.hs b/Git/AutoCorrect.hs
index 325632de9..aa8379849 100644
--- a/Git/AutoCorrect.hs
+++ b/Git/AutoCorrect.hs
@@ -27,7 +27,7 @@ gitEditCosts = EditCosts
similarityFloor :: Int
similarityFloor = 7
-{- Finds inexact matches for the input amoung the choices.
+{- Finds inexact matches for the input among the choices.
- Returns an ordered list of good enough matches, or an empty list if
- nothing matches well. -}
fuzzymatches :: String -> (c -> String) -> [c] -> [c]