[Libreoffice-commits] core.git: i18npool/source sw/source
Miklos Vajna
vmiklos at suse.cz
Sat Apr 13 06:51:00 PDT 2013
i18npool/source/collator/collator_unicode.cxx | 2 +-
sw/source/core/doc/doccomp.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit ca9306c51789dbc8d7c893c5e79da3dc7492693e
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sat Apr 13 15:48:12 2013 +0200
fdo#45941 algrithm -> algorithm
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
diff --git a/i18npool/source/collator/collator_unicode.cxx b/i18npool/source/collator/collator_unicode.cxx
index 4e79908..40b5c47 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 676a937..fc896f3 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:
More information about the Libreoffice-commits
mailing list