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/ --- Git/AutoCorrect.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Git') 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] -- cgit v1.2.3