From 3c1e30b77df4f34c4954bff37a08439ace7f2434 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 14 May 2014 14:15:38 -0400 Subject: Correct common misspellings, and remove some ASCII art along the way. Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot --- i18nlangtag/source/languagetag/languagetag.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i18nlangtag/source/languagetag') diff --git a/i18nlangtag/source/languagetag/languagetag.cxx b/i18nlangtag/source/languagetag/languagetag.cxx index 3ae1f437d05d..33816b3c7e0f 100644 --- a/i18nlangtag/source/languagetag/languagetag.cxx +++ b/i18nlangtag/source/languagetag/languagetag.cxx @@ -1907,7 +1907,7 @@ OUString LanguageTag::getGlibcLocaleString( const OUString & rEncoding ) const /* FIXME: use the aImplIsoLangGLIBCModifiersEntries table from * i18nlangtag/source/isolang/isolang.cxx or let liblangtag handle it. * So far no code was prepared for anything else than a simple - * language_country locale so we don't loose anything here right now. + * language_country locale so we don't lose anything here right now. * */ } return aRet; -- cgit