diff options
author | kn <kn@cvs.openbsd.org> | 2019-08-11 13:32:42 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-08-11 13:32:42 +0000 |
commit | ff96dfd5ec52f665d71ba9cf419764a2df89b4d6 (patch) | |
tree | 5653c68a958ebdb9ea20c7cf073dca798d866182 /distrib/miniroot | |
parent | 0de79283cd6260a0b463c9663dc13eb264d89439 (diff) |
Typofixes in comments
OK sthen
Diffstat (limited to 'distrib/miniroot')
-rw-r--r-- | distrib/miniroot/install.sub | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 9e3d8c7d7d6..2e1d361e81f 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1136 2019/08/06 10:07:45 sthen Exp $ +# $OpenBSD: install.sub,v 1.1137 2019/08/11 13:32:41 kn Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1506,9 +1506,9 @@ install_files() { # Fetch sets from local sources (disk, cdrom, nfs) as root. [[ $_src == file://* ]] && _srclocal=true _unpriv= - # Based on the file list in $_files, create two list for select_sets(). + # Based on the file list in $_files, create two lists for select_sets(). # _sets: the list of files the user can select from - # _get_sets: the list of files that are shown as pre-selectd + # _get_sets: the list of files that are shown as pre-selected # # Sets will be installed in the order given in ALLSETS to ensure proper # installation. So, to minimize user confusion display the sets in the @@ -1592,7 +1592,7 @@ install_files() { ! $_unpriv ftp -D "$_t" -Vmo - "$_src/SHA256.sig" >"$_cfile.sig" && _issue="Cannot fetch SHA256.sig" && break - # The bsd.rd only download/verify/install assumes that the sets + # The bsd.rd only download/verify/install assumes the sets # location of the next release. So use the right signature file. $UPGRADE_BSDRD && PUB_KEY=/mnt/etc/signify/openbsd-$((VERSION + 1))-base.pub |