I was wondering how could I remove one (wrongly inserted) entry/word from the ispell private-dictionary.
EDIT
after more digging i am still unable to delete entries from default dictionary, but I think the solution could be around buildhash program. The problem is to generate the list of entries to delete... i do not find a simple example.
On my cygwin
install ispell
is just a wrapper around aspell
:
$ ispell
Ispell compatibility script for Aspell.
Usage: /usr/bin/ispell [options] -a|-l|-v[v]|-c|-e[1-4]|<file>
If that is true of your installation, then you need to look at aspell
files. Try aspell dump config
.