From: zacheiss Date: Mon, 24 Sep 2001 08:02:02 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/9632ee315f553a7f7328e189123c2591c09d49e5 Fix typo. --- diff --git a/clients/moira/cluster.c b/clients/moira/cluster.c index 98bb4819..dfe44236 100644 --- a/clients/moira/cluster.c +++ b/clients/moira/cluster.c @@ -303,7 +303,7 @@ static char *PrintMachInfo(char **info) Put_message(""); sprintf(buf, "Warning: This host is on a private subnet."); Put_message(buf); - sprintf(buf, "Billing information shown is superceded by billing information for the subnet."); + sprintf(buf, "Billing information shown is superseded by billing information for the subnet."); Put_message(buf); FreeQueue(elem2); } diff --git a/clients/stella/stella.c b/clients/stella/stella.c index f7aa0ae0..c9ceaab4 100644 --- a/clients/stella/stella.c +++ b/clients/stella/stella.c @@ -698,7 +698,7 @@ int main(int argc, char **argv) atoi(argv[SN_STATUS]) == SNET_STATUS_PRIVATE_100MBPS) { fprintf(stderr, "\nWarning: This host is on a private subnet.\n"); - fprintf(stderr, "Billing information shown is superceded by billing information for the subnet.\n"); + fprintf(stderr, "Billing information shown is superseded by billing information for the subnet.\n"); } }