diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 13:13:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-23 13:13:49 +0000 |
commit | f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6 (patch) | |
tree | 2427245ed759d0ef45c751ce9029864853214224 /nis/nis_error.c | |
parent | edb570bb87b009c04e30b2d75acb2a513079c836 (diff) | |
download | glibc-f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6.tar.gz glibc-f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6.tar.xz glibc-f1f0edfe2ccf8067bf6b9c2da1aa933dacfb37c6.zip |
Update.
1998-12-23 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-collate.c: Unify messages and correct typos. * locale/programs/ld-monetary.c: Likewise. * locale/programs/ld-numeric.c: Likewise. * locale/programs/ld-time.c: Likewise. * manual/errno.texi: Likewise. * nis/nis_error.c: Likewise. * nis/nis_print.c: Likewise. * nis/nss_nisplus/nisplus-publickey.c: Likewise. * sunrpc/rpc_main.c: Likewise.
Diffstat (limited to 'nis/nis_error.c')
-rw-r--r-- | nis/nis_error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nis/nis_error.c b/nis/nis_error.c index ced0f716fd..d3216de21d 100644 --- a/nis/nis_error.c +++ b/nis/nis_error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1997 Free Software Foundation, Inc. +/* Copyright (c) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997. @@ -52,7 +52,7 @@ static const char *nis_errlist[] = N_("Entry/Table type mismatch"), N_("Link Points to illegal name"), N_("Partial Success"), - N_("Too Many Attributes"), + N_("Too many Attributes"), N_("Error in RPC subsystem"), N_("Missing or malformed attribute"), N_("Named object is not searchable"), |