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:
thdox 2014-05-18 10:20:43 +02:00
parent 762546d34b
commit f390a50f25

View file

@ -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