From: "Richard W.M. Jones" <rjones(a)redhat.com>
---
tests/md/test-inspect-fstab.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/md/test-inspect-fstab.sh b/tests/md/test-inspect-fstab.sh
index fec42c0..d1cf610 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
--
1.7.10.1