From 8ab1cf08c6269fbc981e7ba713acc3149c116e4e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 14 Jan 1999 10:44:35 +0000 Subject: Update. * nis/nis_error.c (nis_errlist): Fix typo in string. --- nis/nis_error.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nis') 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 , 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"), -- cgit v1.2.3