Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -18,7 +18,7 @@ data RepoProblem = RepoProblem
|
|||
, afterFix :: IO ()
|
||||
}
|
||||
|
||||
{- The afterFix actions are assumed to all be equivilant. -}
|
||||
{- The afterFix actions are assumed to all be equivalent. -}
|
||||
sameRepoProblem :: RepoProblem -> RepoProblem -> Bool
|
||||
sameRepoProblem = (==) `on` problemUUID
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue