From patchwork Sun Nov 1 00:53:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 9492 Received: (qmail 31559 invoked by alias); 1 Nov 2015 00:53:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 30963 invoked by uid 89); 1 Nov 2015 00:53:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.5 required=5.0 tests=AWL, BAYES_50, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com From: Mike FABIAN To: libc-alpha@sourceware.org Subject: [PATCH] Fix typos in LC_TELEPHONE in i18n locale Date: Sun, 01 Nov 2015 09:53:16 +0900 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 There seem to be two typos in tel_int_fmt in LC_TELEPHONE in glibc/localedata/locales/i18n. The attached patch fixes this. From c0437ba76412cf0c8a1a6222f7a2efa812c29207 Mon Sep 17 00:00:00 2001 From: Mike FABIAN 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 "/ +tel_int_fmt "/ " END LC_TELEPHONE -- 2.5.0