about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-14 10:44:35 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-14 10:44:35 +0000
commit8ab1cf08c6269fbc981e7ba713acc3149c116e4e (patch)
tree0c342ae37b5ba62aad154a902e2791fb7db3a7f7
parent9963a779f5030c2b52a2eca63fb5ee8a868d2cdb (diff)
downloadglibc-8ab1cf08c6269fbc981e7ba713acc3149c116e4e.tar.gz
glibc-8ab1cf08c6269fbc981e7ba713acc3149c116e4e.tar.xz
glibc-8ab1cf08c6269fbc981e7ba713acc3149c116e4e.zip
Update.
	* nis/nis_error.c (nis_errlist): Fix typo in string.
-rw-r--r--ChangeLog2
-rw-r--r--nis/nis_error.c4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab3f3e9bf..782dac7754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/nis/nis_error.c b/nis/nis_error.c
index d3216de21d..4d7d863379 100644
--- a/nis/nis_error.c
+++ b/nis/nis_error.c
@@ -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"),