From 9632ee315f553a7f7328e189123c2591c09d49e5 Mon Sep 17 00:00:00 2001 From: zacheiss Date: Mon, 24 Sep 2001 08:02:02 +0000 Subject: [PATCH 1/1] Fix typo. --- clients/moira/cluster.c | 2 +- clients/stella/stella.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); } } -- 2.45.2