stevenglasner/spell-checker
Command line based spell checker program that searches through a text file and checks each word against a list of words in a dictionary file. Upon completion, returns the total number of misspelled words and a list of the words themselves.
C