diff --git a/sfx2/source/appl/appmain.cxx b/sfx2/source/appl/appmain.cxx index 2c56d19eb3ae..9f97c007a489 100644 --- a/sfx2/source/appl/appmain.cxx +++ b/sfx2/source/appl/appmain.cxx @@ -79,7 +79,7 @@ void SfxApplication::Exit() after Execute() has finished and - the configuration (SfxConfigManager) was already saved, - the window positions etc. in the SfxIniManager were written, - - the Application widow still exists, but is hidden + - the Application window still exists, but is hidden - all Documents and their Views already are closed. - Dispatcher, Bindings etc. already destroyed. diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index d96a3524e001..f7c8075ff0f4 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -634,7 +634,7 @@ SaveDialog::SaveDialog(vcl::Window* pParent, RecoveryCore* pCore) get(m_pOkBtn, "ok"); // Prepare the office for the following crash save step. - // E.g. hide all open widows so the user can't influence our + // E.g. hide all open windows so the user can't influence our // operation .-) m_pCore->doEmergencySavePrepare();