From bd2cc320aff5789fe4034736fa6da8b4ebae475f Mon Sep 17 00:00:00 2001 From: Nicholas D Steeves Date: Wed, 11 May 2016 19:50:36 -0400 Subject: btrfs-progs: typo review of strings and comments Signed-off-by: Nicholas D Steeves Signed-off-by: David Sterba --- btrfs-corrupt-block.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'btrfs-corrupt-block.c') diff --git a/btrfs-corrupt-block.c b/btrfs-corrupt-block.c index 66d93e59..d331f969 100644 --- a/btrfs-corrupt-block.c +++ b/btrfs-corrupt-block.c @@ -719,7 +719,7 @@ static int corrupt_metadata_block(struct btrfs_root *root, u64 block, root = btrfs_read_fs_root(root->fs_info, &root_key); if (IS_ERR(root)) { - fprintf(stderr, "Couldn't finde owner root %llu\n", + fprintf(stderr, "Couldn't find owner root %llu\n", key.objectid); return PTR_ERR(root); } @@ -871,7 +871,7 @@ static int delete_csum(struct btrfs_root *root, u64 bytenr, u64 bytes) } /* corrupt item using NO cow. - * Because chunk recover will recover based on whole partition scaning, + * Because chunk recover will recover based on whole partition scanning, * If using COW, chunk recover will use the old item to recover, * which is still OK but we want to check the ability to rebuild chunk * not only restore the old ones */ -- cgit v1.2.3