summaryrefslogtreecommitdiff
path: root/include/i18nlangtag
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-29 14:11:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-29 15:34:24 +0100
commit1c1b0de5421f2bdb3baed276283ae0e4fc3ff1d9 (patch)
tree450bea3bf2c4f05f1bb77d22f43719b4b75f0790 /include/i18nlangtag
parent2618f21da0a8bdd8ff4f363a4f5d1cc269f8d482 (diff)
Fix typos
Change-Id: Ie4c8076dc48bc02af9308fbf20972df598306dbf Reviewed-on: https://gerrit.libreoffice.org/48834 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/i18nlangtag')
-rw-r--r--include/i18nlangtag/languagetag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/i18nlangtag/languagetag.hxx b/include/i18nlangtag/languagetag.hxx
index f337d147b414..1bab1806e959 100644
--- a/include/i18nlangtag/languagetag.hxx
+++ b/include/i18nlangtag/languagetag.hxx
@@ -255,7 +255,7 @@ public:
*/
bool isValidBcp47() const;
- /** If this tag was contructed as an empty tag denoting the system locale.
+ /** If this tag was constructed as an empty tag denoting the system locale.
*/
bool isSystemLocale() const { return mbSystemLocale;}