diff options
Diffstat (limited to 'include/svx/SpellDialogChildWindow.hxx')
-rw-r--r-- | include/svx/SpellDialogChildWindow.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/SpellDialogChildWindow.hxx b/include/svx/SpellDialogChildWindow.hxx index a50ddbbfb013..2b4964ff86d0 100644 --- a/include/svx/SpellDialogChildWindow.hxx +++ b/include/svx/SpellDialogChildWindow.hxx @@ -30,7 +30,7 @@ class AbstractSpellDialog; namespace svx { /** The child window wrapper of the actual spellin dialog. To use the - spelling dialog in an application you have to do the ususal things: + spelling dialog in an application you have to do the usual things: <ol> <li>Call this class' RegisterChildWindow() method with the module as second argument that you want the dialog included in.</li> |