From: Ulrich Ölmann Date: Fri, 21 Jun 2024 06:42:19 +0000 (+0200) Subject: initramfs-framework: fix typos X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4995e222ebdc9b5508c2f03a11868f184e4629a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git initramfs-framework: fix typos Fix typos in debugging and error messages. Signed-off-by: Ulrich Ölmann Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init index e3d8caa0e18..716a156f823 100755 --- a/meta/recipes-core/initrdscripts/initramfs-framework/init +++ b/meta/recipes-core/initrdscripts/initramfs-framework/init @@ -120,7 +120,7 @@ if grep -q devtmpfs /proc/filesystems; then mount -t devtmpfs devtmpfs /dev else if [ ! -d /dev ]; then - fatal "ERROR: /dev doesn't exist and kernel doesn't has devtmpfs enabled." + fatal "ERROR: /dev doesn't exist and kernel doesn't have devtmpfs enabled." fi fi diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs index e0efbe6ebe9..38e138f618e 100644 --- a/meta/recipes-core/initrdscripts/initramfs-framework/rootfs +++ b/meta/recipes-core/initrdscripts/initramfs-framework/rootfs @@ -59,7 +59,7 @@ rootfs_run() { fi fi fi - debug "Sleeping for $delay second(s) to wait root to settle..." + debug "Sleeping for $delay second(s) to wait for root to settle..." sleep $delay C=$(( $C + 1 )) done