btrfs-progs: tune: fix minor spelling error in message in checksum change
Pull-request: #799 Author: Aidan Gibson <tronicdude@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
9f901cae20
commit
7b48204560
|
@ -76,7 +76,7 @@ static int check_csum_change_requreiment(struct btrfs_fs_info *fs_info, u16 new_
|
|||
btrfs_release_path(&path);
|
||||
if (ret < 0) {
|
||||
errno = -ret;
|
||||
error("failed to check the dev-reaplce status: %m");
|
||||
error("failed to check the dev-replace status: %m");
|
||||
return ret;
|
||||
}
|
||||
if (ret == 0) {
|
||||
|
|
Loading…
Reference in New Issue