diff options
Diffstat (limited to 'tools/spellcheck.sh')
-rwxr-xr-x | tools/spellcheck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/spellcheck.sh b/tools/spellcheck.sh index 7a51a18d..182f32cb 100755 --- a/tools/spellcheck.sh +++ b/tools/spellcheck.sh @@ -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 |