summaryrefslogtreecommitdiffstats
path: root/i18npool
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-29 16:56:44 +0200
committerAndras Timar <andras.timar@collabora.com>2015-06-30 15:57:12 +0000
commit1a8915ef8302b13b781977209ae1fa41f5f659dc (patch)
treee9215b569101c82e3e94dee17f38b5a1a9f5b3f9 /i18npool
parentonly try gtk3 vclplug on >= 3.14 (diff)
downloadcore-1a8915ef8302b13b781977209ae1fa41f5f659dc.tar.gz
core-1a8915ef8302b13b781977209ae1fa41f5f659dc.zip
Fix typos
Change-Id: I1c5e4970d4e90bdea68a901294594104de5e189e Reviewed-on: https://gerrit.libreoffice.org/16582 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/transliteration/transliteration_body.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/transliteration/transliteration_body.cxx b/i18npool/source/transliteration/transliteration_body.cxx
index d7e856af1eae..40238645b481 100644
--- a/i18npool/source/transliteration/transliteration_body.cxx
+++ b/i18npool/source/transliteration/transliteration_body.cxx
@@ -241,7 +241,7 @@ Transliteration_l2u::Transliteration_l2u()
Transliteration_togglecase::Transliteration_togglecase()
{
- // usually nMappingType must NOT be a combiantion of different flages here,
+ // usually nMappingType must NOT be a combination of different flags here,
// but we take care of that problem in Transliteration_body::transliterate above
// before that value is used. There we will decide which of both is to be used on
// a per character basis.