[Libreoffice-commits] core.git: svx/source

Sergey Fukanchik fukanchik at gmail.com
Thu Sep 17 00:16:10 PDT 2015


 svx/source/dialog/docrecovery.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d6d688ad8a02f67a8a2c2de34e19fcb7080939d3
Author: Sergey Fukanchik <fukanchik at gmail.com>
Date:   Wed Sep 16 20:09:51 2015 -0400

    Fix typo in a c++ comment.
    
    Change-Id: I46b799820fa55b1d93cd0a5be5362075da3f1997
    Reviewed-on: https://gerrit.libreoffice.org/18653
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/svx/source/dialog/docrecovery.cxx b/svx/source/dialog/docrecovery.cxx
index c694cdb..0a9bd0b 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


More information about the Libreoffice-commits mailing list