diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-30 01:03:09 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-30 01:03:09 +0000 |
commit | 69e887211a76627962dceafc9a143de4f84447b4 (patch) | |
tree | 1453d7beace3811885eae791c90b015ff1aac54a | |
parent | fb90c2a22294646f1f73fdc3f1bdf48ce5344522 (diff) | |
download | FreeBSD-src-69e887211a76627962dceafc9a143de4f84447b4.zip FreeBSD-src-69e887211a76627962dceafc9a143de4f84447b4.tar.gz |
Fix typos (of the printed output kind).
-rw-r--r-- | release/sysinstall/config.c | 4 | ||||
-rw-r--r-- | release/sysinstall/install.c | 4 | ||||
-rw-r--r-- | usr.sbin/sade/config.c | 4 | ||||
-rw-r--r-- | usr.sbin/sade/install.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/config.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 43bfeba..05a3e55 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $ + * $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self) } if (!directory_exists("/dist/CDE/")) { - msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n" + msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n" "FreeBSD Desktop/Pro distribution in the drive and try this operation again."); return DITEM_FAILURE | DITEM_RESTORE; } diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 14575fe..ac46c65 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $ + * $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self) dialog_clear_norefresh(); msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n" "scheme for your hard disk. If you simply wish to devote all disk space\n" - "to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n" + "to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n" "then use the (A)ll command to select the default partitioning scheme followed\n" "by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n" "partition marked \"unused\" and use the (C)reate command."); diff --git a/usr.sbin/sade/config.c b/usr.sbin/sade/config.c index 43bfeba..05a3e55 100644 --- a/usr.sbin/sade/config.c +++ b/usr.sbin/sade/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $ + * $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self) } if (!directory_exists("/dist/CDE/")) { - msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n" + msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n" "FreeBSD Desktop/Pro distribution in the drive and try this operation again."); return DITEM_FAILURE | DITEM_RESTORE; } diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 14575fe..ac46c65 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $ + * $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self) dialog_clear_norefresh(); msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n" "scheme for your hard disk. If you simply wish to devote all disk space\n" - "to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n" + "to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n" "then use the (A)ll command to select the default partitioning scheme followed\n" "by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n" "partition marked \"unused\" and use the (C)reate command."); diff --git a/usr.sbin/sysinstall/config.c b/usr.sbin/sysinstall/config.c index 43bfeba..05a3e55 100644 --- a/usr.sbin/sysinstall/config.c +++ b/usr.sbin/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.95 1997/05/26 05:33:16 jkh Exp $ + * $Id: config.c,v 1.96 1997/05/27 16:41:47 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -542,7 +542,7 @@ configXFree86(dialogMenuItem *self) } if (!directory_exists("/dist/CDE/")) { - msgConfirm("Hmmm! I can't find the CDE distribution. Please please the 1st CD of your\n" + msgConfirm("Hmmm! I can't find the CDE distribution. Please place the 1st CD of your\n" "FreeBSD Desktop/Pro distribution in the drive and try this operation again."); return DITEM_FAILURE | DITEM_RESTORE; } diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 14575fe..ac46c65 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.185 1997/05/22 00:17:08 jkh Exp $ + * $Id: install.c,v 1.186 1997/05/22 04:04:30 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -461,7 +461,7 @@ installNovice(dialogMenuItem *self) dialog_clear_norefresh(); msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n" "scheme for your hard disk. If you simply wish to devote all disk space\n" - "to FreeBSD (overwritting anything else that might be on the disk(s) selected)\n" + "to FreeBSD (overwriting anything else that might be on the disk(s) selected)\n" "then use the (A)ll command to select the default partitioning scheme followed\n" "by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a\n" "partition marked \"unused\" and use the (C)reate command."); |