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:
Aidan Gibson 2024-05-31 11:09:50 -07:00 committed by David Sterba
parent 9f901cae20
commit 7b48204560
1 changed files with 1 additions and 1 deletions

View File

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