diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 04:39:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-04-10 04:39:51 +0000 |
commit | 4e0b5990f3b9b0ddd12676fb0faf0b1cccc5c4e0 (patch) | |
tree | 5c37b758fc40c003526aeda5f329851979e2152d /distrib | |
parent | ae16b847933c40a28ff74b675f30cbf4d58256b4 (diff) |
spelling
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index eb5ba123629..3d59cd76fa9 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.121 1999/04/07 08:47:34 deraadt Exp $ +# $OpenBSD: install.sub,v 1.122 1999/04/10 04:39:50 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997,1998 Todd Miller, Theo de Raadt @@ -827,7 +827,7 @@ if [ "${_url_type}" = "ftp" -a "X$ftp_proxy" = "X" ]; then echo "By default, ftp will attempt a passive connection and fall back to a normal" echo "(active) connection if that doesn't work. However, there are some very" echo "old ftp servers that claim to support passive mode, but really do not." - echo "In this case, you should explicately request an active session." + echo "In this case, you should explicitly request an active session." echo -n "Do you want to use active ftp? [${resp}] " getresp "${resp}" case "$resp" in |