diff options
author | 2002-10-05 21:01:17 +0000 | |
---|---|---|
committer | 2002-10-05 21:01:17 +0000 | |
commit | a6c6e4ffc8e91c78036cd3ab3c95d49d8ccc9bd8 (patch) | |
tree | 25e5d32c65757dd2e64211cddcd1965152ff48be | |
parent | fix a embarrassing list-handling bug in cbq. (diff) | |
download | wireguard-openbsd-a6c6e4ffc8e91c78036cd3ab3c95d49d8ccc9bd8.tar.xz wireguard-openbsd-a6c6e4ffc8e91c78036cd3ab3c95d49d8ccc9bd8.zip |
Fix a typo ('Your' -> 'You'). Spotted by Julien Bordet.
-rw-r--r-- | distrib/i386/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 725bbbb8b7a..6275aebdb85 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.12 2002/09/22 22:42:25 krw Exp $ +# $OpenBSD: install.md,v 1.13 2002/10/05 21:01:17 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -141,7 +141,7 @@ __EOT # Manually configure the MBR. cat << __EOT -Your will now create a single MBR partition to contain your OpenBSD data. This +You will now create a single MBR partition to contain your OpenBSD data. This partition must have an id of 'A6'; must *NOT* overlap other partitions; and must be marked as the only active partition. |