This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typos in LC_TELEPHONE in i18n locale


There seem to be two typos in tel_int_fmt in LC_TELEPHONE
in glibc/localedata/locales/i18n. The attached patch fixes this.

-- 
Mike FABIAN <mfabian@redhat.com>

>From c0437ba76412cf0c8a1a6222f7a2efa812c29207 Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Sun, 1 Nov 2015 09:44:07 +0900
Subject: [PATCH] Fix typos in LC_TELEPHONE in i18n locale

for  localedata/ChangeLog

    * locales/i18n: fix typos (tel_int_fmt "+%c +a +l" -> "+%c %a %l")
---
 localedata/locales/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/i18n b/localedata/locales/i18n
index 453cedf..09de63a 100644
--- a/localedata/locales/i18n
+++ b/localedata/locales/i18n
@@ -2495,7 +2495,7 @@ LC_TELEPHONE
 % This is the ISO/IEC 14652 "i18n" definition for
 % the LC_TELEPHONE category.
 %
-tel_int_fmt    "<U002B><U0025><U0063><U0020><U002B><U0061><U0020><U002B>/
+tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
 <U006C>"
 END LC_TELEPHONE
 
-- 
2.5.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]