]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(dracut-init.sh): correct typo in comment
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Thu, 19 Jan 2023 13:28:09 +0000 (14:28 +0100)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Fri, 27 Jan 2023 08:03:54 +0000 (08:03 +0000)
dracut-init.sh

index 9c9340cfc34462ef9133b018139dc9b4e3d8a0f9..4b3abb999e4ddd6f1231a166f60f068d57da9323 100755 (executable)
@@ -387,7 +387,7 @@ inst_fsck_help() {
 }
 
 # Use with form hostonly="$(optional_hostonly)" inst_xxxx <args>
-# 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() {