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>
master
Josh Soref 2018-11-26 17:54:19 +01:00 committed by David Sterba
parent 0509c05ae6
commit 584749488a
1 changed files with 2 additions and 2 deletions

View File

@ -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