I am trying to use aspell
to spell check a PDF file; I run the command:
aspell -c file.pdf
but I get the error:
Errore: No word lists can be found for the language "it_IT".
My file is written in english: how can I tell this to aspell
?
I am trying to use aspell
to spell check a PDF file; I run the command:
aspell -c file.pdf
but I get the error:
Errore: No word lists can be found for the language "it_IT".
My file is written in english: how can I tell this to aspell
?
Use
--lang
flag:or:
From
man aspell
: