diff options
author | Sergey Fukanchik <fukanchik@gmail.com> | 2015-09-16 20:09:51 -0400 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-09-17 07:15:42 +0000 |
commit | d6d688ad8a02f67a8a2c2de34e19fcb7080939d3 (patch) | |
tree | 0da46a25fb73be63ccd06d2084fbb61d6a2a80c4 | |
parent | 66f1e65fde85168ae582ea75f72ebb290caa0a08 (diff) |
Fix typo in a c++ comment.
Change-Id: I46b799820fa55b1d93cd0a5be5362075da3f1997
Reviewed-on: https://gerrit.libreoffice.org/18653
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | svx/source/dialog/docrecovery.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx index c694cdbbc7ce..0a9bd0b59154 100644 --- a/svx/source/dialog/docrecovery.cxx +++ b/svx/source/dialog/docrecovery.cxx @@ -981,11 +981,11 @@ short RecoveryDialog::execute() case RecoveryDialog::E_RECOVERY_DONE : { - // All documents was reovered. + // All documents were recovered. // User decided to step to the "next" wizard page. // Do it ... but check first, if there exist some // failed recovery documents. They must be saved to - // a user selected directrory. + // a user selected directory. short nRet = DLG_RET_UNKNOWN; ScopedVclPtrInstance< BrokenRecoveryDialog > pBrokenRecoveryDialog(this, m_pCore, !m_bWasRecoveryStarted); OUString sSaveDir = pBrokenRecoveryDialog->getSaveDirURL(); // get the default dir |