                             PD Spell Lookup
                         Written by Brian Veditz
                      donated to the public domain

   This module is rather useless, and was more an expirement.  It might
prove handy for someone using the registry and a multiline system where
people are interested in looking up correct spelling of words.  In the
very least (and most probably the most) it is an example of how to spell
check a word.  It is essentially a redone version of the Spellcheck
routine found in the WCCode manual.

   There are nothing to note in this routine other then the passing of
a 'bad word' as a parameter.  it will list similar words, and highlight
an exact match.

   Perhaps it will inspire someone to make a more useful routine such
as an online dictionary or thesaurus.  Of course, that means you will
have to find publically available file somewhere <grin>.

