enchant

Spellchecker library providing unified interface to various spell-checking engines

brewmacoslinux
Try with needOr install directly
Source

About

Spellchecker wrapping library

Commands

enchantenchant-2

Examples

Check spelling of a single word$ echo 'speling' | enchant -d en_US
List all available dictionaries and backends$ enchant -list-dicts
Check spelling in a file and show suggestions$ enchant -d en_US -a < document.txt