]> andersk Git - moira.git/commitdiff
Fix typo.
authorzacheiss <zacheiss>
Mon, 24 Sep 2001 08:02:02 +0000 (08:02 +0000)
committerzacheiss <zacheiss>
Mon, 24 Sep 2001 08:02:02 +0000 (08:02 +0000)
clients/moira/cluster.c
clients/stella/stella.c

index 98bb4819862a9ee57cd8d1e71e5ca7b81c44b542..dfe442368eba350d9c920a1c109b141f3451bb4b 100644 (file)
@@ -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);
     }
index f7aa0ae0987df11582fbb2c6700383881d0f918f..c9ceaab4c0544444a88a9ccaeb09a492a48deabd 100644 (file)
@@ -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");
       }
   }
 
This page took 0.08161 seconds and 5 git commands to generate.