diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 16:36:52 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-07-30 16:36:52 +0200 |
commit | e70ba17aa94dc3458d918d6ede1f6a97b3944155 (patch) | |
tree | f5864f72a42e587fae2bc4c6d0a931d2edd32059 /Makefile | |
parent | 2bc43e1f6e70a03d74fd9c86b0c8688faa681582 (diff) |
Spell check with aspell
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |