desktop/source/lib/init.cxx |    2 +-
 sd/source/core/drawdoc3.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8c9985fe1d8eb9093dea81e93f2c3b6c205db8b4
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Tue Oct 9 11:28:43 2018 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Tue Oct 9 11:45:22 2018 +0200

    Fix typos
    
    Change-Id: Ia2aca4e87054d2f5cc0462e07ac0717278d3c98c
    Reviewed-on: https://gerrit.libreoffice.org/61577
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index eef796ce91a0..bd907e407a89 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3834,7 +3834,7 @@ static void preloadData()
 
     for (const auto& aLocale : aLocales)
     {
-        //TODO: Add more types and cache more aggessively. For now this 
initializes the fontcache.
+        //TODO: Add more types and cache more aggressively. For now this 
initializes the fontcache.
         using namespace ::com::sun::star::i18n::ScriptType;
         LanguageType nLang;
         nLang = 
MsLangId::resolveSystemLanguageByScriptType(LanguageTag::convertToLanguageType(aLocale,
 false), LATIN);
diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx
index 7173959d0572..97e8d0b6a533 100644
--- a/sd/source/core/drawdoc3.cxx
+++ b/sd/source/core/drawdoc3.cxx
@@ -885,7 +885,7 @@ bool SdDrawDocument::InsertBookmarkAsPage(
                 pRefPage->RemoveEmptyPresentationObjects();
         }
 
-        ///Remove processed elements, to avoid doings hacks in 
InsertBookmarkAsObject
+        ///Remove processed elements, to avoid doing hacks in 
InsertBookmarkAsObject
         if ( pExchangeList )
             pExchangeList->erase(pExchangeList->begin(),pExchangeIter);
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to