diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-16 04:43:35 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2022-01-16 04:43:35 +0000 |
commit | c855227c17b28ebace8900a92bdf985893fd49d9 (patch) | |
tree | c4fad5bda25a514e911d5aa807954cada8f91fc6 | |
parent | 3cb278b3598c1941554e76de3c4c6aaf59d47762 (diff) |
spelling
-rw-r--r-- | distrib/miniroot/install.sub | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 76d0b68890a..7f980a38d8b 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,5 +1,5 @@ #!/bin/ksh -# $OpenBSD: install.sub,v 1.1189 2022/01/11 00:58:32 deraadt Exp $ +# $OpenBSD: install.sub,v 1.1190 2022/01/16 04:43:34 jsg Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -1128,7 +1128,7 @@ v6_defroute() { _routers=$(route -n show -inet6 | sed -En 's/^default[[:space:]]+([^[:space:]]+).*/\1 /p') - # Add more default router canditates by ping6'ing + # Add more default router candidates by ping6'ing # the All-Routers multicast address. for _if in $_v6ifs; do _resp=$(ping6 -n -c 2 ff02::2%$_if 2>/dev/null | @@ -1935,7 +1935,7 @@ install_http() { if [[ -n $INSTALL_MIRROR ]]; then INSTALL_URL=$_http_proto://$INSTALL_MIRROR else - # Remove the architecture and snaphots or version part. + # Remove the architecture and snapshots or version part. INSTALL_URL=${_url_base%/$ARCH} INSTALL_URL=${INSTALL_URL%@(/$VNAME|/snapshots)} fi |