The branch main has been updated by jlduran:

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

commit 4cd4ccb8e2c032a9db65e37dcf5e3237e08e41bf
Author:     Jose Luis Duran <[email protected]>
AuthorDate: 2026-01-17 18:11:19 +0000
Commit:     Jose Luis Duran <[email protected]>
CommitDate: 2026-01-17 18:11:19 +0000

    nanobsd: Fix typos
    
    MFC after:      1 week
---
 tools/tools/nanobsd/defaults.sh     | 2 +-
 tools/tools/nanobsd/dhcpd/common    | 2 +-
 tools/tools/nanobsd/embedded/common | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh
index 850a82d4362f..86aaeffdc944 100755
--- a/tools/tools/nanobsd/defaults.sh
+++ b/tools/tools/nanobsd/defaults.sh
@@ -174,7 +174,7 @@ NANO_PARTITION_ALTROOT=a
 NANO_ROOT=s1a
 NANO_ALTROOT=s2a
 
-# Default ownwership for nopriv build
+# Default ownership for nopriv build
 NANO_DEF_UNAME=root
 NANO_DEF_GNAME=wheel
 
diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common
index f24a88aab8f3..fc1900d8874b 100644
--- a/tools/tools/nanobsd/dhcpd/common
+++ b/tools/tools/nanobsd/dhcpd/common
@@ -204,7 +204,7 @@ do_add_port ()
 }
 
 # Need to check if this function works with cross-compiling architecture!!!!
-# Recursive complex fonction: Generate one function for each ports
+# Recursive complex function: Generate one function for each port
 add_port () {
     local port_path=$1
     local port=`echo $1 | sed -e 's/\//_/'`
diff --git a/tools/tools/nanobsd/embedded/common 
b/tools/tools/nanobsd/embedded/common
index 132ca9e2ba5b..f8df8f2698dd 100644
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -323,7 +323,7 @@ die( ) {
 
 # Automatically include the packaging port here so it is always first so it
 # builds the port and adds the package so we can add other packages.
-#XXX Doesn't work for cross build, so punting until I can integreate 
qemu-static
+#XXX Doesn't work for cross build, so punting until I can integrate qemu-static
 #XXX or poudriere, both of which require priv'd execution. Or qemu-system,
 #XXX which is super, super slow.
 #add_port ports-mgmt/pkg
@@ -386,7 +386,7 @@ typical_embedded() {
        echo "ifconfig_DEFAULT=DHCP" >> $rc
        echo "ntpdate_hosts='0.freebsd.pool.ntp.org 1.freebsd.pool.ntp.org'" >> 
$rc
        # Make sure that firstboot scripts run so growfs works.
-       # Note: still some issues remvoing this XXX
+       # Note: still some issues removing this XXX
        touch ${NANO_WORLDDIR}/firstboot
 }
 customize_cmd typical_embedded

Reply via email to