]> andersk Git - moira.git/commitdiff
fixed gramattical error
authormar <mar>
Tue, 1 Nov 1988 17:03:03 +0000 (17:03 +0000)
committermar <mar>
Tue, 1 Nov 1988 17:03:03 +0000 (17:03 +0000)
clients/moira/lists.c

index 7588e1000d368784660250fe26a382a22535d2a6..26bb146d813783e80d39b1426e61d16f99256424 100644 (file)
@@ -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 Group and its ID number is %s",
                       info[L_GID]);
        Put_message(buf);
     }
This page took 0.139947 seconds and 5 git commands to generate.