diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-06-23 00:43:19 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2003-06-23 00:43:19 +0000 |
commit | 5b3fcdbe0251a659d3afc9b2028881d9181c820b (patch) | |
tree | f97798b10ed0959f036f07af57e6bc3b3f075003 /distrib | |
parent | ff362e9968b104203b7aa0a8e01d3ab0066862f4 (diff) |
Fix comment typo in last commit.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/upgrade.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh index 1a5c28d0fab..8ee657bcd04 100644 --- a/distrib/miniroot/upgrade.sh +++ b/distrib/miniroot/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: upgrade.sh,v 1.49 2003/06/23 00:38:57 krw Exp $ +# $OpenBSD: upgrade.sh,v 1.50 2003/06/23 00:43:18 krw Exp $ # $NetBSD: upgrade.sh,v 1.2.4.5 1996/08/27 18:15:08 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -91,7 +91,7 @@ case $resp in y*|Y*) enable_network ;; esac -# Offer the user to opportunity to tweak, repair, or create the network +# Offer the user the opportunity to tweak, repair, or create the network # configuration by hand. manual_net_cfg |