[Libreoffice-commits] core.git: linguistic/source sd/source

Julien Nabet serval2412 at yahoo.fr
Mon Feb 23 14:18:43 PST 2015


 linguistic/source/dicimp.cxx |    2 +-
 sd/source/ui/dlg/dlgass.cxx  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f09efe39da1a2a1cf89b718bc07ed75e0da1b602
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Feb 23 23:16:31 2015 +0100

    Typo: initialy->initially
    
    Change-Id: I458b2e4c812f727b4254137aa48627522576df3b

diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx
index bb779d2..bdc8dd9 100644
--- a/linguistic/source/dicimp.cxx
+++ b/linguistic/source/dicimp.cxx
@@ -348,7 +348,7 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL)
 
     SAL_WARN_IF(!isSorted(), "linguistic", "dictionary is not sorted");
 
-    // since this routine should be called only initialy (prior to any
+    // since this routine should be called only initially (prior to any
     // modification to be saved) we reset the bIsModified flag here that
     // was implicitly set by addEntry_Impl
     bIsModified = false;
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 05a0570..8c069bd 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -601,7 +601,7 @@ AssistentDlgImpl::AssistentDlgImpl( vcl::Window* pWindow, const Link& rFinishLin
 
     UpdatePreview( true );
 
-    //check whether we should start with a template document initialy and preselect it
+    //check whether we should start with a template document initially and preselect it
     const OUString aServiceName( "com.sun.star.presentation.PresentationDocument" );
     OUString aStandardTemplate( SfxObjectFactory::GetStandardTemplate( aServiceName ) );
     if( !aStandardTemplate.isEmpty() )


More information about the Libreoffice-commits mailing list