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/sparc64 | |
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/sparc64')
-rw-r--r-- | distrib/sparc64/common/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/common/install.sub b/distrib/sparc64/common/install.sub index f7ac65d5c1f..19c488f7389 100644 --- a/distrib/sparc64/common/install.sub +++ b/distrib/sparc64/common/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.1 2001/10/10 04:21:02 deraadt Exp $ +# $OpenBSD: install.sub,v 1.2 2002/01/24 23:01:19 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 @@ -911,7 +911,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\\\\n"\ "files listed in the selector you may enter any file located at\\\\n"\ |