From 1aafcab935b7e84cea8fc3f084b6935f87b2b8a5 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 19 Jan 2023 14:28:09 +0100 Subject: [PATCH] fix(dracut-init.sh): correct typo in comment --- dracut-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.2