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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Mar 12 06:06:42 UTC 2019


 lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af836fe33dd42c6043ef70f897c90c8b3ba826a7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Mar 12 01:52:25 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Mar 12 07:06:19 2019 +0100

    Fix typo
    
    Change-Id: I08c974135f1936e6fc4f992091e5038d66d524c3
    Reviewed-on: https://gerrit.libreoffice.org/69073
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 92107c94c136..8ad50fa36915 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -129,7 +129,7 @@ Sequence< Locale > SAL_CALL Hyphenator::getLocales()
 
         // to prefer dictionaries with configuration entries we will only
         // use those old style dictionaries that add a language that
-        // is not yet supported by the list od new style dictionaries
+        // is not yet supported by the list of new style dictionaries
         MergeNewStyleDicsAndOldStyleDics( aDics, aOldStyleDics );
 
         sal_Int32 numdict = aDics.size();


More information about the Libreoffice-commits mailing list