summaryrefslogtreecommitdiff
path: root/tests/misc-tests/006-image-on-missing-device
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 17:53:43 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 17:53:43 +0100
commit0509c05ae6bd7461964d3e483246aa07a63ee6d0 (patch)
tree62181fe61d431baf59a42f542f403261fae76918 /tests/misc-tests/006-image-on-missing-device
parentbc729227898a033edf26322018abbdda2fed8eca (diff)
btrfs-progs: tests: fix typos in test comments
Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/misc-tests/006-image-on-missing-device')
-rwxr-xr-xtests/misc-tests/006-image-on-missing-device/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc-tests/006-image-on-missing-device/test.sh b/tests/misc-tests/006-image-on-missing-device/test.sh
index 2b222340..8c81e6fb 100755
--- a/tests/misc-tests/006-image-on-missing-device/test.sh
+++ b/tests/misc-tests/006-image-on-missing-device/test.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# test btrfs-image with a missing device (uses loop devices)
#
-# - btrfs-image must not loop indefinetelly
+# - btrfs-image must not loop indefinitely
# - btrfs-image will expectedly fail to produce the dump
source "$TEST_TOP/common"