diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-29 18:12:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-29 18:12:46 +0000 |
commit | 1d20f7f83495af86d393d97620a89f48a3163291 (patch) | |
tree | 4aa896ec4feec40fb570302bb497067f9d63e429 /locale | |
parent | 1c2726654998bb7071d3d2becb4e5265b6f253ce (diff) | |
download | glibc-1d20f7f83495af86d393d97620a89f48a3163291.tar glibc-1d20f7f83495af86d393d97620a89f48a3163291.tar.gz glibc-1d20f7f83495af86d393d97620a89f48a3163291.tar.bz2 glibc-1d20f7f83495af86d393d97620a89f48a3163291.zip |
[BZ #5979]
* sunrpc/auth_unix.c: Unify printed strings.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr.c: Likewise.
* sunrpc/xdr_array.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* locale/programs/ld-time.c (time_finish): Unify messages.
* locale/programs/locfile.c (handle_copy): Fix typo.
* nscd/nscd.c (options): Fix typo.
Diffstat (limited to 'locale')
-rw-r--r-- | locale/programs/ld-time.c | 4 | ||||
-rw-r--r-- | locale/programs/locfile.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/locale/programs/ld-time.c b/locale/programs/ld-time.c index f040c93474..3a00d26f30 100644 --- a/locale/programs/ld-time.c +++ b/locale/programs/ld-time.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995-2005, 2006, 2007 Free Software Foundation, Inc. +/* Copyright (C) 1995-2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 1995. @@ -433,7 +433,7 @@ No definition for %s category found"), "LC_TIME")); && !__isleap (time->era_entries[idx].stop_date[0]))) && !be_quiet) WITH_CUR_LOCALE (error (0, 0, _("\ -%s: stopping date is invalid in string %Zd in `era' field"), +%s: invalid stopping date in string %Zd in `era' field"), "LC_TIME", idx + 1)); } } diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c index 17cd0209a4..928048b377 100644 --- a/locale/programs/locfile.c +++ b/locale/programs/locfile.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2004, 2005, 2006 Free Software Foundation, Inc. +/* Copyright (C) 1996-2004, 2005, 2006, 2008 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@gnu.org>, 1996. @@ -779,7 +779,7 @@ handle_copy (struct linereader *ldfile, const struct charmap_t *charmap, now = lr_token (ldfile, charmap, result, NULL, verbose); if (now->tok != tok_string) - lr_error (ldfile, _("expect string argument for `copy'")); + lr_error (ldfile, _("expecting string argument for `copy'")); else if (!ignore_content) { if (now->val.str.startmb == NULL) |