diff options
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 4 | ||||
-rw-r--r-- | distrib/mvmeppc/ramdisk/install.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 32cf8d29b5f..c1abb52a124 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.16 2002/11/07 01:28:52 krw Exp $ +# $OpenBSD: install.md,v 1.17 2002/12/04 13:11:22 miod Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ md_init_mbr() { # $1 is the disk to init echo echo "You will now be asked if you want to initialize the disk with a 1MB" - echo "MSDOS partition. This is the recomended setup and will allow you to" + echo "MSDOS partition. This is the recommended setup and will allow you to" echo "store the boot and other interesting things here." echo echo "If you want to have a different setup, exit 'install' now and do" diff --git a/distrib/mvmeppc/ramdisk/install.md b/distrib/mvmeppc/ramdisk/install.md index 87a6ba2bce5..19c12b57767 100644 --- a/distrib/mvmeppc/ramdisk/install.md +++ b/distrib/mvmeppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.15 2002/11/07 01:28:52 krw Exp $ +# $OpenBSD: install.md,v 1.16 2002/12/04 13:11:23 miod Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ md_init_mbr() { # $1 is the disk to init echo echo "You will now be asked if you want to initialize the disk with a 1MB" - echo "MSDOS partition. This is the recomended setup and will allow you to" + echo "MSDOS partition. This is the recommended setup and will allow you to" echo "store the boot and other interesting things here." echo echo "If you want to have a different setup, exit 'install' now and do" |