Fix spell check language.
I am on a non English based system, and when spell check starts it uses by default my language that is not English. This fix should work on Linux and Mac OS. I doubt it will work on Windows, but anyway spellcheck.sh is a development tool and the base of our developers are on Unix based systems.
This commit is contained in:
parent
762546d34b
commit
f390a50f25
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
aspell check --mode=texinfo $(dirname $0)/../doc/ledger3.texi
|
||||
aspell --lang=en_US.UTF-8 check --mode=texinfo $(dirname $0)/../doc/ledger3.texi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue