diff options
author | Andras Timar <atimar@suse.com> | 2012-02-06 15:51:30 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-02-06 16:03:32 +0100 |
commit | 3db0da5c0bc11c989460aeb7a21ba973a76f3e29 (patch) | |
tree | 5fb1461d5325f9643a99015ade889a04ceb2d427 /sw | |
parent | f8d30ec82d55f85a80ceda798a9e1a7ce0750035 (diff) |
typo
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/dialog/wordcountwrapper.cxx | 2 |
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; |