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]

Re: [PATCH] Fixed small type in comment for locale bs_BA


2.01.2019 12:48 Siddhesh Poyarekar <siddhesh@gotplt.org> 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 <pander@users.sourceforge.net>
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  <pander@users.sourceforge.net>
+
+	[BZ #24011]
+	* localedata/locales/bs_BA (LC_TELEPHONE): Fix a typo in comment.
+
 2019-01-02  Joseph Myers  <joseph@codesourcery.com>
 
 	* 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


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