From a4bf57b27b2c5e47e10a3d46c9a6535828dedefd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:52:42 +0200 Subject: Fix typos Change-Id: I72cc7132721706b3a5e06480efbae42065c36661 Reviewed-on: https://gerrit.libreoffice.org/77319 Tested-by: Jenkins Reviewed-by: Julien Nabet --- lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index da2d19a8fde6..396f39e9f05f 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -129,7 +129,7 @@ Sequence< Locale > SAL_CALL Thesaurus::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 numthes = aDics.size(); -- cgit