summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-07-30 16:36:52 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-07-30 16:36:52 +0200
commite70ba17aa94dc3458d918d6ede1f6a97b3944155 (patch)
treef5864f72a42e587fae2bc4c6d0a931d2edd32059 /Makefile
parent2bc43e1f6e70a03d74fd9c86b0c8688faa681582 (diff)
Spell check with aspell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a29ce33..85414f6 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ src/srp/fw-ec/index.html: src/srp/fw-ec/led.diff.html
@touch $@
check:
- LANG=en_US find src -name 'index.html' -exec \
+ LANG=en_US.UTF-8 find src -name 'index.html' -exec \
aspell --home-dir=./ --ignore-case check {} \;
clean: