summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-02-06 15:51:30 +0100
committerAndras Timar <atimar@suse.com>2012-02-06 16:03:32 +0100
commit3db0da5c0bc11c989460aeb7a21ba973a76f3e29 (patch)
tree5fb1461d5325f9643a99015ade889a04ceb2d427 /sw
parentf8d30ec82d55f85a80ceda798a9e1a7ce0750035 (diff)
typo
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/dialog/wordcountwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dialog/wordcountwrapper.cxx b/sw/source/ui/dialog/wordcountwrapper.cxx
index 9052448d4ec8..63f262d1e53c 100644
--- a/sw/source/ui/dialog/wordcountwrapper.cxx
+++ b/sw/source/ui/dialog/wordcountwrapper.cxx
@@ -42,7 +42,7 @@ SwWordCountWrapper::SwWordCountWrapper( Window *pParentWindow,
SwAbstractDialogFactory* pFact = SwAbstractDialogFactory::Create();
OSL_ENSURE(pFact, "SwAbstractDialogFactory fail!");
pAbstDlg = pFact->CreateSwWordCountDialog( DLG_WORDCOUNT, pBindings, this, pParentWindow, pInfo );
- OSL_ENSURE(pAbstDlg, "Dialog contruction faiedl!");
+ OSL_ENSURE(pAbstDlg, "Dialog contruction failed!");
pWindow = pAbstDlg->GetWindow();
eChildAlignment = SFX_ALIGN_NOALIGNMENT;