From patchwork Wed Jan 2 22:56:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 30948 Received: (qmail 5624 invoked by alias); 2 Jan 2019 22:56:04 -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 5615 invoked by uid 89); 2 Jan 2019 22:56:04 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*c:PHrt, Hx-languages-length:1573, H*c:HHHHHHH X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 2 Jan 2019 23:56:02 +0100 (CET) From: Rafal Luzynski To: Siddhesh Poyarekar , Pander , libc-alpha@sourceware.org Message-ID: <1029013558.1029798.1546469762817@poczta.nazwa.pl> In-Reply-To: <19a9a1f6-7750-fda0-9dbd-b366cea34016@gotplt.org> References: <1da30ef5-086c-da28-8b85-9f38aafaed09@users.sourceforge.net> <695001523.598078.1546429132001@poczta.nazwa.pl> <19a9a1f6-7750-fda0-9dbd-b366cea34016@gotplt.org> Subject: Re: [PATCH] Fixed small type in comment for locale bs_BA MIME-Version: 1.0 2.01.2019 12:48 Siddhesh Poyarekar wrote: > > On 02/01/19 5:08 PM, Rafal Luzynski wrote: > > [...] > > LGTM but we have just entered the freeze period. [1] > > > > Siddhesh (CC:), do we have a way to accept this trivial change now? > > This is OK. This is what I've just committed, this includes some ChangeLog rewords. (See the attachment). Regards, Rafal From 2badc2c69f8e09106b0ab649785a6a5e9260ef09 Mon Sep 17 00:00:00 2001 From: PanderMusubi Date: Tue, 1 Jan 2019 14:13:00 +0100 Subject: [PATCH] bs_BA: Fix a small typo in comment (bug 24011). [BZ #24011] * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment. --- ChangeLog | 5 +++++ localedata/locales/bs_BA | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2124a28..3cf2a50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-01-02 PanderMusubi + + [BZ #24011] + * localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment. + 2019-01-02 Joseph Myers * sysdeps/powerpc/nofpu/libm-test-ulps: Update. diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA index 6407547..0276099 100644 --- a/localedata/locales/bs_BA +++ b/localedata/locales/bs_BA @@ -172,7 +172,7 @@ lang_lib "bos" END LC_ADDRESS LC_TELEPHONE -% FIXME (tel_int-fmt copied from en_DK) +% FIXME (tel_int_fmt copied from en_DK) tel_int_fmt "+%c %a %l" int_prefix "387" int_select "00" -- 2.7.5