diff options
Diffstat (limited to 'sw/source/uibase/app/docsh2.cxx')
-rw-r--r-- | sw/source/uibase/app/docsh2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/docsh2.cxx b/sw/source/uibase/app/docsh2.cxx index ba1b02378e71..71187d487284 100644 --- a/sw/source/uibase/app/docsh2.cxx +++ b/sw/source/uibase/app/docsh2.cxx @@ -1003,7 +1003,7 @@ void SwDocShell::Execute(SfxRequest& rReq) } catch (const Exception&) { - OSL_FAIL("control acces failed"); + OSL_FAIL("control access failed"); } xFP->setTitle( SW_RESSTR( nStrId )); |