mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* nis/nis_error.c (nis_errlist): Fix typo in string.
This commit is contained in:
parent
9963a779f5
commit
8ab1cf08c6
@ -1,5 +1,7 @@
|
||||
1999-01-14 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* nis/nis_error.c (nis_errlist): Fix typo in string.
|
||||
|
||||
* misc/regexp.h: Add restrict to function declarations.
|
||||
|
||||
1999-01-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* Copyright (c) 1997, 1998 Free Software Foundation, Inc.
|
||||
/* Copyright (c) 1997, 1998, 1999 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1997.
|
||||
|
||||
@ -44,7 +44,7 @@ static const char *nis_errlist[] =
|
||||
N_("Invalid Object for operation"),
|
||||
N_("Malformed Name, or illegal name"),
|
||||
N_("Unable to create callback"),
|
||||
N_("Results Sent to callback proc"),
|
||||
N_("Results sent to callback proc"),
|
||||
N_("Not Found, no such name"),
|
||||
N_("Name/entry isn't unique"),
|
||||
N_("Modification failed"),
|
||||
|
Loading…
Reference in New Issue
Block a user