summaryrefslogtreecommitdiffhomepage
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
parent2bc43e1f6e70a03d74fd9c86b0c8688faa681582 (diff)
Spell check with aspell
-rw-r--r--.aspell.en.prepl1
-rw-r--r--.aspell.en.pws34
-rw-r--r--Makefile2
3 files changed, 36 insertions, 1 deletions
diff --git a/.aspell.en.prepl b/.aspell.en.prepl
new file mode 100644
index 0000000..4c3ecb8
--- /dev/null
+++ b/.aspell.en.prepl
@@ -0,0 +1 @@
+personal_repl-1.1 en 0
diff --git a/.aspell.en.pws b/.aspell.en.pws
new file mode 100644
index 0000000..2ff6e7a
--- /dev/null
+++ b/.aspell.en.pws
@@ -0,0 +1,34 @@
+personal_ws-1.1 en 33
+CONFIG
+CTRL
+ESC
+Edsgar
+Fn
+Gywn
+Munroe
+RGB
+Sewell
+Wadler
+XKCD
+bal
+bitwise
+capslock
+classicshorts
+codebase
+gpio
+hotswappable
+hx
+iannis
+keyup
+nav
+redblobgames
+retime
+retiming
+résumé
+scancode
+speedruns
+tdmm
+textfiles
+undefining
+vitć
+webtool
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: