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/mvmeppc | |
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/mvmeppc')
-rw-r--r-- | distrib/mvmeppc/ramdisk/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mvmeppc/ramdisk/install.sub b/distrib/mvmeppc/ramdisk/install.sub index 65c3d283cd7..7de9bfb7d18 100644 --- a/distrib/mvmeppc/ramdisk/install.sub +++ b/distrib/mvmeppc/ramdisk/install.sub @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sub,v 1.3 2001/09/19 00:04:03 krw Exp $ +# $OpenBSD: install.sub,v 1.4 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"\ |