From e70ba17aa94dc3458d918d6ede1f6a97b3944155 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 30 Jul 2023 16:36:52 +0200 Subject: Spell check with aspell --- .aspell.en.prepl | 1 + .aspell.en.pws | 34 ++++++++++++++++++++++++++++++++++ Makefile | 2 +- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 .aspell.en.prepl create mode 100644 .aspell.en.pws 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: -- cgit v1.2.3