summaryrefslogtreecommitdiff
path: root/tests/common
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/common
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/common')
-rw-r--r--tests/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common b/tests/common
index 7e4e09df..1575ae38 100644
--- a/tests/common
+++ b/tests/common
@@ -171,7 +171,7 @@ run_check_stdout()
}
# same as run_check but does not fail the test if it's handled gracefully by
-# the tool, unexpected failure like segfault or abor will exit forcibly
+# the tool, unexpected failure like segfault or abort will exit forcibly
# output is logged
run_mayfail()
{