From: Antonio Alvarez Feijoo Date: Thu, 19 Jan 2023 13:28:09 +0000 (+0100) Subject: fix(dracut-init.sh): correct typo in comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aafcab935b7e84cea8fc3f084b6935f87b2b8a5;p=thirdparty%2Fdracut.git fix(dracut-init.sh): correct typo in comment --- diff --git a/dracut-init.sh b/dracut-init.sh index 9c9340cfc..4b3abb999 100755 --- a/dracut-init.sh +++ b/dracut-init.sh @@ -387,7 +387,7 @@ inst_fsck_help() { } # Use with form hostonly="$(optional_hostonly)" inst_xxxx -# If hosotnly mode is set to "strict", hostonly restrictions will still +# If hostonly mode is set to "strict", hostonly restrictions will still # be applied, else will ignore hostonly mode and try to install all # given modules. optional_hostonly() {