From 589fdf241e3b6b036359e9b764af8945bee68977 Mon Sep 17 00:00:00 2001 From: mar Date: Tue, 1 Nov 1988 17:03:03 +0000 Subject: [PATCH] fixed gramattical error --- clients/moira/lists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/moira/lists.c b/clients/moira/lists.c index 7588e100..26bb146d 100644 --- a/clients/moira/lists.c +++ b/clients/moira/lists.c @@ -88,7 +88,7 @@ char ** info; else Put_message("This list is NOT a mailing list."); if ( atoi(info[L_GROUP]) ) { - (void) sprintf(buf,"This list is Group and its ID number is %s", + (void) sprintf(buf,"This list is a Group and its ID number is %s", info[L_GID]); Put_message(buf); } -- 2.45.2