A spell checker that loads /usr/share/dict/words and uses Levenshtein distance to find similar misspelled words.
To build, run:
> make
To install, run:
> sudo make install
To remove, run:
> sudo make uninstall
Please send a pull request if you think you can improve the existing code.