summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/languageguessing/simpleguesser.hxx2
-rw-r--r--lingucomponent/source/lingutil/lingutil.cxx2
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 )