From: Ulrich Drepper Date: Sat, 12 Nov 2005 02:11:32 +0000 (+0000) Subject: [BZ #1294] X-Git-Tag: cvs/fedora-glibc-20051115T0809~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2461e3dc09008fecc21fb5d23b9d76da2640e3f3;p=thirdparty%2Fglibc.git [BZ #1294] 2005-11-11 Ulrich Drepper [BZ #1294] * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1. --- diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 748ef1d0f57..8127bb6933c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2005-11-11 Ulrich Drepper + + [BZ #1294] + * locales/pt_BR: Set p_cs_precedes and n_cs_precedes to 1. + 2005-11-05 Ulrich Drepper * SUPPORTED (SUPPORTED-LOCALES): Fix typo in si_LK line. diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR index 3b55671cbda..0d34dde076a 100644 --- a/localedata/locales/pt_BR +++ b/localedata/locales/pt_BR @@ -65,9 +65,9 @@ positive_sign "" negative_sign "" int_frac_digits 2 frac_digits 2 -p_cs_precedes 0 +p_cs_precedes 1 p_sep_by_space 1 -n_cs_precedes 0 +n_cs_precedes 1 n_sep_by_space 1 p_sign_posn 1 n_sign_posn 1 diff --git a/nscd/connections.c b/nscd/connections.c index ce1348b0693..137cfb239a6 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1656,7 +1656,7 @@ main_loop_epoll (int efd) /* Remove the descriptor from the epoll descriptor. */ (void) epoll_ctl (efd, EPOLL_CTL_DEL, revs[cnt].data.fd, NULL); - /* Get a worked to handle the request. */ + /* Get a worker to handle the request. */ fd_ready (revs[cnt].data.fd); /* Reset the time. */