The branch main has been updated by jlduran:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=4ee348e27143b857445fd261cbe6695d6d57c836

commit 4ee348e27143b857445fd261cbe6695d6d57c836
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2025-10-17 15:16:32 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2025-10-18 17:13:16 +0000

    bsdinstall: Fix typos
    
    Reviewed by:    emaste
    MFC after:      2 days
    Differential Revision:  https://reviews.freebsd.org/D53170
---
 usr.sbin/bsdinstall/scripts/auto       | 2 +-
 usr.sbin/bsdinstall/scripts/bootconfig | 2 +-
 usr.sbin/bsdinstall/scripts/jail       | 2 +-
 usr.sbin/bsdinstall/scripts/keymap     | 2 +-
 usr.sbin/bsdinstall/scripts/script     | 2 +-
 usr.sbin/bsdinstall/scripts/zfsboot    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 8058b1a41dbf..5fefc07e4c07 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -73,7 +73,7 @@ msg_yes="YES"
 # error [$msg]
 #
 # Display generic error message when a script fails. An optional message
-# argument can preceed the generic message. User is given the choice of
+# argument can precede the generic message. User is given the choice of
 # restarting the installer or exiting.
 #
 error()
diff --git a/usr.sbin/bsdinstall/scripts/bootconfig 
b/usr.sbin/bsdinstall/scripts/bootconfig
index 6736e78b450a..9c188c1d8a91 100755
--- a/usr.sbin/bsdinstall/scripts/bootconfig
+++ b/usr.sbin/bsdinstall/scripts/bootconfig
@@ -163,7 +163,7 @@ if [ -n "$(awk '{if ($2=="/boot/efi") printf("%s\n",$1);}' 
$PATH_FSTAB)" ]; then
                rmdir "${mntpt}"
        fi
 
-       # Try to set the UEFI NV BootXXXX variables to recod the boot location
+       # Try to set the UEFI NV BootXXXX variables to record the boot location
        if [ "$BSDINSTALL_CONFIGCURRENT" ] && [ "$ARCHBOOTNAME" != ia32 ]; then
                update_uefi_bootentry
        fi
diff --git a/usr.sbin/bsdinstall/scripts/jail b/usr.sbin/bsdinstall/scripts/jail
index 3b1b2ee98fff..8e001fc4a027 100755
--- a/usr.sbin/bsdinstall/scripts/jail
+++ b/usr.sbin/bsdinstall/scripts/jail
@@ -45,7 +45,7 @@ user_env_vars="BSDINSTALL_DISTSITE DISTRIBUTIONS"
 # error [$msg]
 #
 # Display generic error message when a script fails. An optional message
-# argument can preceed the generic message. User is given the choice of
+# argument can precede the generic message. User is given the choice of
 # restarting the installer or exiting.
 #
 error() {
diff --git a/usr.sbin/bsdinstall/scripts/keymap 
b/usr.sbin/bsdinstall/scripts/keymap
index 6f4060c0772e..669a1062df95 100755
--- a/usr.sbin/bsdinstall/scripts/keymap
+++ b/usr.sbin/bsdinstall/scripts/keymap
@@ -216,7 +216,7 @@ while :; do
        n=$( eval f_dialog_menutag2index_with_help \
                \"\$menu_choice\" $menu_list )
 
-       # Turn that number ithe name of the keymap struct
+       # Turn that number into the name of the keymap struct
        k=$( set -- $KEYMAPS; eval echo \"\${$(( $n - 2))}\" )
 
        # Get actual keymap setting while we update $keymap and $KEYMAPFILE
diff --git a/usr.sbin/bsdinstall/scripts/script 
b/usr.sbin/bsdinstall/scripts/script
index 00ded5f8e24d..21da2ea7c366 100755
--- a/usr.sbin/bsdinstall/scripts/script
+++ b/usr.sbin/bsdinstall/scripts/script
@@ -144,7 +144,7 @@ else
                # 
                # Work around this in an extremely lame way for the specific
                # case of EFI system partitions only. This *ONLY WORKS* if
-               # /boot/efi is empty and does not handle analagous problems on
+               # /boot/efi is empty and does not handle analogous problems on
                # other systems (ARM, PPC64).
                tar -xf "$BSDINSTALL_DISTDIR/$set" -C $BSDINSTALL_CHROOT 
--exclude boot/efi
                mkdir -p $BSDINSTALL_CHROOT/boot/efi
diff --git a/usr.sbin/bsdinstall/scripts/zfsboot 
b/usr.sbin/bsdinstall/scripts/zfsboot
index 95cbba3fa131..9ea6ec3a4ac9 100755
--- a/usr.sbin/bsdinstall/scripts/zfsboot
+++ b/usr.sbin/bsdinstall/scripts/zfsboot
@@ -255,7 +255,7 @@ msg_encrypt_disks="Encrypt Disks?"
 msg_encrypt_disks_help="Use geli(8) to encrypt all data partitions"
 msg_error="Error"
 msg_force_4k_sectors="Force 4K Sectors?"
-msg_force_4k_sectors_help="Align partitions to 4K sector boundries and set 
vfs.zfs.vdev.min_auto_ashift=12"
+msg_force_4k_sectors_help="Align partitions to 4K sector boundaries and set 
vfs.zfs.vdev.min_auto_ashift=12"
 msg_freebsd_installer="$OSNAME Installer"
 msg_geli_password="Enter a strong passphrase, used to protect your encryption 
keys. You will be required to enter this passphrase each time the system is 
booted"
 msg_geli_setup="Initializing encryption on selected disks,\n this will take 
several seconds per disk"

Reply via email to