diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-11 07:46:31 +0000 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-05-20 12:59:48 +0200 |
commit | b7b26dadf7620206ef7a581f62dda99576b57b35 (patch) | |
tree | 99a68123297c6528728cc3ed9611bcd13cb19066 /include | |
parent | f6f27ae31a26bf6cecbf9205ef28a6bad3d06864 (diff) |
Fix typos
Change-Id: I4922f95ebc38e80e471139880ed894eda89402a8
Reviewed-on: https://gerrit.libreoffice.org/72142
Tested-by: Jenkins
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/languagetag.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx index 385556eaae0c..2d102a500c27 100644 --- a/include/i18nlangtag/languagetag.hxx +++ b/include/i18nlangtag/languagetag.hxx @@ -157,7 +157,7 @@ public: other code. ATTENTION! May return empty strings if the language tag is not - expressable in valid ISO codes! + expressible in valid ISO codes! @see isIsoODF() @@ -191,7 +191,7 @@ public: OUString getLanguageAndScript() const; /** Get ISO 3166 country alpha code. Empty if the BCP 47 tags denote a - region not expressable as 2 character country code. + region not expressible as 2 character country code. Always resolves an empty tag to the system locale. */ |