Check whether a word is correctly spelled or not
$dict
$word
If the word is correctly spelled return TRUE, otherwise return FALSE
TRUE
FALSE
dict
Dictionary resource
word
The word to check
Returns TRUE if the word is spelled correctly, FALSE if not.