Fix miscellaneous spelling mistakes

$ git ls-files | xargs codespell
This commit is contained in:
Richard W.M. Jones
2025-04-29 19:05:07 +01:00
parent ca87485eea
commit 9b32056061
20 changed files with 22 additions and 22 deletions

View File

@@ -41,7 +41,7 @@ if [ "$(cat inspect-fstab-md.output)" != "true" ]; then
exit 1
fi
# Test inspection when /boot is specfied as /dev/md/bootdev
# Test inspection when /boot is specified as /dev/md/bootdev
cat <<'EOF' > inspect-fstab-md.fstab
/dev/VG/Root / ext2 default 0 0
/dev/md/bootdev /boot ext2 default 0 0