summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /i18npool
parent918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff)
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/servicename.hxx2
-rw-r--r--i18npool/source/breakiterator/breakiteratorImpl.cxx2
-rw-r--r--i18npool/source/localedata/LocaleNode.cxx2
-rw-r--r--i18npool/source/transliteration/transliteration_body.cxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/inc/servicename.hxx b/i18npool/inc/servicename.hxx
index 1daa8864e837..99f31d75c5e8 100644
--- a/i18npool/inc/servicename.hxx
+++ b/i18npool/inc/servicename.hxx
@@ -29,7 +29,7 @@ Service Name
Implementation Name
- For geneic service: com.sun.star.i18n.Transliteration,
+ For generic service: com.sun.star.i18n.Transliteration,
com.sun.star.i18n.Transliteration
com.sun.star.i18n.Transliteration.u2l
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx
index 088e6b526d65..e07c2ba06733 100644
--- a/i18npool/source/breakiterator/breakiteratorImpl.cxx
+++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx
@@ -574,7 +574,7 @@ BreakIteratorImpl::getLocaleSpecificBreakIterator(const Locale& rLocale) throw (
OUStringBuffer aBuf(l+c+v+3);
if ((l > 0 && c > 0 && v > 0 &&
- // load service with name <base>_<lang>_<country>_<varian>
+ // load service with name <base>_<lang>_<country>_<variant>
createLocaleSpecificBreakIterator(aBuf.append(rLocale.Language).append(under).append(
rLocale.Country).append(under).append(rLocale.Variant).makeStringAndClear())) ||
(l > 0 && c > 0 &&
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index bb8ea7119cf3..4a41aa5385aa 100644
--- a/i18npool/source/localedata/LocaleNode.cxx
+++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -498,7 +498,7 @@ void LCCTYPENode::generateCode (const OFileWriter &of) const
* need to adapt quite some locales' data. */
if (aQuoteStart == aDoubleQuoteStart)
fprintf( stderr, "Warning: %s\n",
- "QuotationStart equals DoubleQuotationStart. Not necessarily an isue, but unusual.");
+ "QuotationStart equals DoubleQuotationStart. Not necessarily an issue, but unusual.");
if (aQuoteEnd == aDoubleQuoteEnd)
fprintf( stderr, "Warning: %s\n",
"QuotationEnd equals DoubleQuotationEnd. Not necessarily an issue, but unusual.");
diff --git a/i18npool/source/transliteration/transliteration_body.cxx b/i18npool/source/transliteration/transliteration_body.cxx
index 40238645b481..c9c41ef773d0 100644
--- a/i18npool/source/transliteration/transliteration_body.cxx
+++ b/i18npool/source/transliteration/transliteration_body.cxx
@@ -82,7 +82,7 @@ static sal_uInt8 lcl_getMappingTypeForToggleCase( sal_uInt8 nMappingType, sal_Un
nRes = MappingTypeLowerToUpper;
else
{
- // should also work properly for non-upper characters like white spacs, numbers, ...
+ // should also work properly for non-upper characters like white spaces, numbers, ...
nRes = MappingTypeUpperToLower;
}
}