From 9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Jul 2015 01:58:13 +0200 Subject: Fix typos Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard Tested-by: Markus Mohrhard --- lingucomponent/source/spellcheck/spell/sspellimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent/source/spellcheck') diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index acb0a99ae3f1..2fd0f581b8e3 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -302,7 +302,7 @@ sal_Int16 SpellChecker::GetSpellFailure( const OUString &rWord, const Locale &rL osl::FileBase::getSystemPathFromFileURL(affpath,aff); #if defined(WNT) // workaround for Windows specific problem that the - // path length in calls to 'fopen' is limted to somewhat + // path length in calls to 'fopen' is limited to somewhat // about 120+ characters which will usually be exceed when // using dictionaries as extensions. (Hunspell waits UTF-8 encoded // path with \\?\ long path prefix.) -- cgit