When I run the command to dump the word list from Aspell into a file I get the following error message:
rod@Dylan:~/Projects/WordScramble/WordScramble/bin/Debug$aspell dump master|sort|uniq>wordlist
Error: The file "/usr/lib/aspell/en_AU" can not be opened for reading.
There is no en_AU in the aspell directory.
It looks to me like the command is trying to find an Australian version of the dictionary.
Thinking it might be hidden from me I tried chmod while in the aspell directory:
rod@Dylan:/usr/lib/aspell$ sudo chmod u+r en_AU
chmod: cannot access `en_AU': No such file or directory
Any help at all would be appreciated.