diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-16 07:19:43 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-16 06:18:47 +0000 |
commit | a9ff36a1e9080b7789d2150dd5a0fdcb1cc7a968 (patch) | |
tree | 0c8bc74bb4a548f9479b5ba4926fa1131d133a74 /lingucomponent | |
parent | e265ea36df02310881e959a031b74578b323bfa5 (diff) |
Fix typos
Change-Id: If7262e114b5b4cd40e9c0a8929940199ea747595
Reviewed-on: https://gerrit.libreoffice.org/25025
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/languageguessing/simpleguesser.hxx | 2 | ||||
-rw-r--r-- | lingucomponent/source/lingutil/lingutil.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/languageguessing/simpleguesser.hxx b/lingucomponent/source/languageguessing/simpleguesser.hxx index db6cc6a1491d..769a22f513da 100644 --- a/lingucomponent/source/languageguessing/simpleguesser.hxx +++ b/lingucomponent/source/languageguessing/simpleguesser.hxx @@ -94,7 +94,7 @@ public: /** * Load a new DB of fingerprints * @param const char* thePathOfConfFile self explaining - * @param const char* prefix is the path where the directory witch contains fingerprint files is stored + * @param const char* prefix is the path where the directory which contains fingerprint files is stored */ void SetDBPath(const char* thePathOfConfFile, const char* prefix); diff --git a/lingucomponent/source/lingutil/lingutil.cxx b/lingucomponent/source/lingutil/lingutil.cxx index 32d4a5e5cb72..707f0a91f292 100644 --- a/lingucomponent/source/lingutil/lingutil.cxx +++ b/lingucomponent/source/lingutil/lingutil.cxx @@ -53,7 +53,7 @@ OString Win_AddLongPathPrefix( const OString &rPathName ) } #endif //defined(WNT) -// build list of old style diuctionaries (not as extensions) to use. +// build list of old style dictionaries (not as extensions) to use. // User installed dictionaries (the ones residing in the user paths) // will get precedence over system installed ones for the same language. std::vector< SvtLinguConfigDictionaryEntry > GetOldStyleDics( const char *pDicType ) |