summaryrefslogtreecommitdiff
path: root/i18npool
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 /i18npool
parent173214d92046b4ea11f6c0959ca40999d1e0bbd2 (diff)
fdo#45941 algrithm -> algorithm
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/collator/collator_unicode.cxx2
1 files changed, 1 insertions, 1 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)")))