summaryrefslogtreecommitdiff
path: root/Types/FileMatcher.hs
diff options
context:
space:
mode:
authorYaroslav Halchenko <debian@onerussian.com>2023-03-13 22:39:16 -0400
committerJoey Hess <joeyh@joeyh.name>2023-03-17 15:14:58 -0400
commit84b0a3707a27ee650c862f4d1f4d8fae3ce11c5e (patch)
treeb0056ea4124307fd1b9a95ea0b055fba1f827be0 /Types/FileMatcher.hs
parent100f5aabb6172fa3a9dbcb9c31e78ba6e0430cb8 (diff)
Apply codespell -w throughout
Diffstat (limited to 'Types/FileMatcher.hs')
-rw-r--r--Types/FileMatcher.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/FileMatcher.hs b/Types/FileMatcher.hs
index 005934b9ee..bc94b16845 100644
--- a/Types/FileMatcher.hs
+++ b/Types/FileMatcher.hs
@@ -98,7 +98,7 @@ data MatchFiles a = MatchFiles
type FileMatcher a = Matcher (MatchFiles a)
-- This is a matcher that can have tokens added to it while it's being
--- built, and once complete is compiled to an unchangable matcher.
+-- built, and once complete is compiled to an unchangeable matcher.
data ExpandableMatcher a
= BuildingMatcher [Token (MatchFiles a)]
| CompleteMatcher (Matcher (MatchFiles a))