summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-12 19:49:45 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-12 22:31:28 +0100
commit9a5c0d39081f9f40d7ad12fbb55fb6120046679c (patch)
tree764682aa5778d903579e7c2128f096c792c8b66c /tests
parent7509cdf18e6d3fd96b10246f4d0417e5285e38f6 (diff)
downloadlibguestfs-9a5c0d39081f9f40d7ad12fbb55fb6120046679c.tar.gz
libguestfs-9a5c0d39081f9f40d7ad12fbb55fb6120046679c.tar.xz
libguestfs-9a5c0d39081f9f40d7ad12fbb55fb6120046679c.zip
tests: Fix spelling in comment.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/md/test-inspect-fstab.sh4
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