AutoCorrect can be configured to correct your commonly mistyped words:
To add an additional mistyped word and its correct spelling:
This opens the Add AutoCorrect Item dialog box.
In addition to editing and removing existing AutoCorrect items, you can perform a bulk export of all items in the list. This allows you to modify large lists rather than making numerous individual additions or edits. It also enables you or your organization to share lists. To export the full list of AutoCorrect items to an XML-formatted file, perform the following steps:
The exported file has the following format:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <autocorrect> <autocorrectitem right="correctly_spelled_word" wrong="incorrectly_spelled_word"/> <autocorrectitem right="..." wrong="..."/> </autocorrect>
To import an XML-formatted file containing a list of AutoCorrect items: