diff options
-rwxr-xr-x | tests/md/test-inspect-fstab.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/md/test-inspect-fstab.sh b/tests/md/test-inspect-fstab.sh index fec42c0d..d1cf6103 100755 --- a/tests/md/test-inspect-fstab.sh +++ b/tests/md/test-inspect-fstab.sh @@ -36,10 +36,10 @@ cat <<'EOF' > test.fstab # Xen-style partition names. /dev/xvda1 /boot ext2 default 0 0 -# Non-existant device. +# Non-existent device. /dev/sdb3 /var ext2 default 0 0 -# Non-existant mountpoint. +# Non-existent mountpoint. /dev/VG/LV1 /nosuchfile ext2 default 0 0 EOF |