This might not be worth mailing here, but maybe someone will look
at it anyway.
Notes:
- I did not reformat the first paragraph after adding the missing
'u' (the diff just shows the typo) -- the line is too long now.

- Maybe it should be
# Functions used in install.sh/upgrade.sh and their associates.
but that's for someone else to decide.

Index: install.sub
===================================================================
RCS file: /home/ca/OpenBSD/cvs/src/distrib/miniroot/install.sub,v
retrieving revision 1.1104
diff -u -r1.1104 install.sub
--- install.sub 22 Sep 2018 09:12:36 -0000      1.1104
+++ install.sub 13 Jan 2019 11:14:52 -0000
@@ -547,7 +547,7 @@
        (
        while :; do
                lock
-               # The dmesg listener will continously check for the existence of
+               # The dmesg listener will continuously check for the existence 
of
                # the update file and sends a signal to the parent process (that
                # is the installer script) if the dmesg output differs from the
                # contents of that file.
@@ -1244,7 +1244,7 @@
        rm -f /tmp/i/mygate
 
        while :; do
-               # Discover last configured vlan interface and increment it's
+               # Discover last configured vlan interface and increment its
                # minor for the next offered vlan interface.
                _vi=$(get_ifs vlan | sed '$!d;s/^vlan//')
                [[ -n $_vi ]] && ((_vi++))
@@ -1956,7 +1956,7 @@
 
 
 # 
------------------------------------------------------------------------------
-# Functions used in install.sh/upgrade.sh and it's associates
+# Functions used in install.sh/upgrade.sh and its associates
 # 
------------------------------------------------------------------------------
 
 # Ask for terminal type if on console, otherwise ask for/set keyboard layout.
@@ -2103,7 +2103,7 @@
                        ((${#resp} <= 31)) && break
                        ;;
                esac
-               echo "$resp is not a useable loginname."
+               echo "$resp is not a usable loginname."
        done
        ADMIN=$resp
        while :; do


-- 
Address is valid for this mailing list only.

Reply via email to