This class can be used to get text spelling corrections from Google It takes an expression of one or more words and accesses Google to perform a search. If Google search results page suggests an alternative words with eventually correct spelling, the class returns the suggested words. After having some trouble using original class by Dięgo Garrido de Almeida I have re-wrote this class using new a reg-exp and some code posted by David M Gilbert on the discussion forum - thx guys!