Another round of s/amoung/among/

This commit is contained in:
Richard Hartmann 2013-12-19 10:57:50 +01:00 committed by Joey Hess
parent 46f99c7764
commit 974fe009bf
3 changed files with 3 additions and 3 deletions

View file

@ -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]