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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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