1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

tools/spellcheck: US English.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2017-05-02 16:16:53 +09:30
parent 7d3083e79a
commit c38aec71e0

View File

@ -41,5 +41,5 @@ homedir="$my_dir"/..
for f
do
aspell --home-dir ${homedir} -c $f
aspell -l en_US --home-dir ${homedir} -c $f
done