From 5bea199bae9986d7276a9b2379a577c6cea552ed Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Mar 2017 12:24:24 +0100 Subject: Fix typos Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins Reviewed-by: Noel Grandin --- lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/source/thesaurus') diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index ea6aca5481ac..579c45228835 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -316,7 +316,7 @@ Sequence < Reference < css::linguistic2::XMeaning > > SAL_CALL Thesaurus::queryM { if (rLocale == aTLocs[i]) { - // open up and intialize this thesaurus if need be + // open up and initialize this thesaurus if need be if (!aThes[i]) { OUString datpath = aTNames[i] + ".dat"; -- cgit