Aspell is a spell checker designed to eventually replace ispell. Aspell's main feature is that it does a much better job of coming up with possible suggestions than ispell.
Aspell is a spell checker designed to eventually replace ispell. Aspell's main feature is that it does a much better job of coming up with possible suggestions than ispell.
To install aspell, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install aspell
To see what files were installed by aspell, run:
port contents aspell
To later upgrade aspell, run:
sudo port selfupdate && sudo port upgrade aspell
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.