summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/fldui/fldwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/fldui/fldwrap.cxx')
-rw-r--r--sw/source/uibase/fldui/fldwrap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/fldui/fldwrap.cxx b/sw/source/uibase/fldui/fldwrap.cxx
index 0501e0e602f3..5c35092b4cdb 100644
--- a/sw/source/uibase/fldui/fldwrap.cxx
+++ b/sw/source/uibase/fldui/fldwrap.cxx
@@ -111,7 +111,7 @@ SFX_IMPL_CHILDWINDOW(SwFieldDataOnlyDlgWrapper, FN_INSERT_FIELD_DATA_ONLY)
SfxChildWinInfo SwFieldDataOnlyDlgWrapper::GetInfo() const
{
SfxChildWinInfo aInfo = SfxChildWindow::GetInfo();
-// prevent instatiation of dialog other than by calling
+// prevent instantiation of dialog other than by calling
// the mail merge dialog
aInfo.bVisible = false;
return aInfo;