]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
docs: fix a typo in HACKING.md
authorMatt Coleman <matt@datto.com>
Fri, 23 Sep 2022 17:37:22 +0000 (13:37 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sat, 15 Oct 2022 18:01:27 +0000 (14:01 -0400)
docs/HACKING.md

index 8e660069db575927d240be392f2b5d420bab6b0b..74dd7800bb8aaf44c78a8c3b9a452cbb8955f5a0 100644 (file)
@@ -142,7 +142,7 @@ dracut_install_dir/modules.d/
         This function of module-setup.sh is called to install all
         non-kernel files. dracut supplies several install functions that are
         specialized for different file types.  Browse through dracut-functions
-        fore more details.  dracut also provides a $moddir variable if you
+        for more details.  dracut also provides a $moddir variable if you
         need to install a file from the module directory, such as an initrd
         hook, a udev rule, or a specialized executable.