summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-04-13 15:48:12 +0200
committerMiklos Vajna <vmiklos@suse.cz>2013-04-13 15:50:39 +0200
commitca9306c51789dbc8d7c893c5e79da3dc7492693e (patch)
tree25912536e52f87d64f951f1787b52c8f4f1b51fc
parent173214d92046b4ea11f6c0959ca40999d1e0bbd2 (diff)
fdo#45941 algrithm -> algorithm
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
-rw-r--r--i18npool/source/collator/collator_unicode.cxx2
-rw-r--r--sw/source/core/doc/doccomp.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/collator/collator_unicode.cxx b/i18npool/source/collator/collator_unicode.cxx
index 4e7990828dae..40b5c47ab798 100644
--- a/i18npool/source/collator/collator_unicode.cxx
+++ b/i18npool/source/collator/collator_unicode.cxx
@@ -136,7 +136,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
func=(const sal_uInt8* (*)()) osl_getFunctionSymbol(hModule, OUString(func_base + rAlgorithm).pData);
} else {
if ( rLocale.Language == "ja" ) {
- // replace algrithm name to implementation name.
+ // replace algorithm name to implementation name.
if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric first)")) )
aBuf.appendAscii("phonetic_alphanumeric_first");
else if (rAlgorithm.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("phonetic (alphanumeric last)")))
diff --git a/sw/source/core/doc/doccomp.cxx b/sw/source/core/doc/doccomp.cxx
index 676a9371711e..fc896f3c4a06 100644
--- a/sw/source/core/doc/doccomp.cxx
+++ b/sw/source/core/doc/doccomp.cxx
@@ -284,7 +284,7 @@ public:
int nLcsLen, int nPieceLen );
};
-/// Use Hirschberg's algrithm to find LCS in linear space
+/// Use Hirschberg's algorithm to find LCS in linear space
class LgstCommonSubseq: public CommonSubseq
{
private: