diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-24 23:01:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-01-24 23:01:20 +0000 |
commit | bde683082e25bbad884043f1f39443ffc7ab8868 (patch) | |
tree | dc11702622ccb6f872b7f620bdb50c74c044208f /distrib/miniroot | |
parent | 4e6aac7f8bf2195a6f22f2fe9bef157517966b4d (diff) |
Fix `necesary' typos; Alexander Yurchenko
Alas many of these were introduced by yours truly as necessary
just doesn't look right to me for some reason ;-)
Diffstat (limited to 'distrib/miniroot')
-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 8887a85f040..b1393a90cb1 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.182 2001/12/23 16:54:04 krw Exp $ +# $OpenBSD: install.sub,v 1.183 2002/01/24 23:01:18 millert 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 @@ -1204,7 +1204,7 @@ else fi fi -# Yes, all those blackslashes really are necesary... +# Yes, all those blackslashes really are necessary... eval echo "\\\\n"\ "You will now be asked for files to extract. In addition to the files listed,\\\\n"\ "you may select any file located at\\\\n"\ |