summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 17:54:19 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 17:54:19 +0100
commit584749488a71149ee038c71e1d48dd3d04d009d4 (patch)
tree778faae037c809a2de8f94512fe2093e49405ecf
parent0509c05ae6bd7461964d3e483246aa07a63ee6d0 (diff)
btrfs-progs: tests: fsck/025, fix typo in helpre name
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>
-rwxr-xr-xtests/fsck-tests/025-file-extents/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fsck-tests/025-file-extents/test.sh b/tests/fsck-tests/025-file-extents/test.sh
index 95707596..db066ee1 100755
--- a/tests/fsck-tests/025-file-extents/test.sh
+++ b/tests/fsck-tests/025-file-extents/test.sh
@@ -15,7 +15,7 @@ prepare_test_dev 128M
# Do some write into a large prealloc range
# Lowmem mode can report missing csum due to wrong csum range
-test_paritical_write_into_prealloc()
+test_partial_write_into_prealloc()
{
run_check $SUDO_HELPER "$TOP/mkfs.btrfs" -f "$TEST_DEV"
run_check_mount_test_dev
@@ -55,6 +55,6 @@ test_hole_extent_with_no_holes_flag()
run_check "$TOP/btrfs" check "$TEST_DEV"
}
-test_paritical_write_into_prealloc
+test_partial_write_into_prealloc
test_compressed_inline_extent
test_hole_extent_with_no_holes_flag