[Libreoffice-commits] core.git: svgio/source sw/source

Julien Nabet serval2412 at yahoo.fr
Sat Jun 13 14:03:15 PDT 2015


 svgio/source/svgreader/svgdocumenthandler.cxx |    2 +-
 sw/source/core/unocore/unofield.cxx           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 09de20fbe6e29d70dcd49f92a462acbdd97cd5a4
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Sat Jun 13 23:02:46 2015 +0200

    Typo: corected->corrected
    
    Change-Id: I9a41d801b8807ed122a6737a924ba6792b449c45

diff --git a/svgio/source/svgreader/svgdocumenthandler.cxx b/svgio/source/svgreader/svgdocumenthandler.cxx
index 062face..166e942 100644
--- a/svgio/source/svgreader/svgdocumenthandler.cxx
+++ b/svgio/source/svgreader/svgdocumenthandler.cxx
@@ -101,7 +101,7 @@ namespace
                                     }
                                 }
 
-                                // remember new last corected character node
+                                // remember new last corrected character node
                                 pLast = pCharNode;
                             }
                             break;
diff --git a/sw/source/core/unocore/unofield.cxx b/sw/source/core/unocore/unofield.cxx
index 6d048c9..bf114b3 100644
--- a/sw/source/core/unocore/unofield.cxx
+++ b/sw/source/core/unocore/unofield.cxx
@@ -2610,7 +2610,7 @@ throw (uno::RuntimeException, std::exception)
     const OUString sServiceName =
         SwXServiceProvider::GetProviderName(m_pImpl->m_nServiceId);
 
-    // case-corected version of service-name (see #i67811)
+    // case-corrected version of service-name (see #i67811)
     // (need to supply both because of compatibility to older versions)
     const OUString sServiceNameCC(  OldNameToNewName_Impl( sServiceName ) );
     sal_Int32 nLen = sServiceName == sServiceNameCC ? 2 : 3;


More information about the Libreoffice-commits mailing list