Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -94,7 +94,7 @@ prop_segment_regressionTest :: Bool
|
|||
prop_segment_regressionTest = all id
|
||||
-- Even an empty list is a segment.
|
||||
[ segment (== "--") [] == [[]]
|
||||
-- There are two segements in this list, even though the first is empty.
|
||||
-- There are two segments in this list, even though the first is empty.
|
||||
, segment (== "--") ["--", "foo", "bar"] == [[],["foo","bar"]]
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue