summaryrefslogtreecommitdiff
path: root/check/main.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 18:08:21 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 18:24:49 +0100
commit2cd4a76ea9914c35b0fb614ad68aa9aefd7e5dd7 (patch)
treefd91ea056002b4fee258e7da965b5c5f3e72a33a /check/main.c
parentb1d39a42a4efd640df365447aadb719eadf7fa49 (diff)
btrfs-progs: fix typos in user-visible strings
* error messages * help strings 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>
Diffstat (limited to 'check/main.c')
-rw-r--r--check/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/check/main.c b/check/main.c
index 682a2de9..730d2494 100644
--- a/check/main.c
+++ b/check/main.c
@@ -6871,7 +6871,7 @@ static int verify_backrefs(struct btrfs_fs_info *info, struct btrfs_path *path,
goto out;
fprintf(stderr,
- "attempting to repair backref discrepency for bytenr %llu\n",
+ "attempting to repair backref discrepancy for bytenr %llu\n",
rec->start);
/*
@@ -7851,7 +7851,7 @@ static int check_chunk_refs(struct chunk_record *chunk_rec,
dev_extent_rec->length != length) {
if (!silent)
fprintf(stderr,
- "Chunk[%llu, %u, %llu] stripe[%llu, %llu] dismatch dev extent[%llu, %llu, %llu]\n",
+"Chunk[%llu, %u, %llu] stripe[%llu, %llu] mismatch dev extent[%llu, %llu, %llu]\n",
chunk_rec->objectid,
chunk_rec->type,
chunk_rec->offset,
@@ -9484,7 +9484,7 @@ const char * const cmd_check_usage[] = {
"trees' consistency and item connectivity. In the repair mode try to",
"fix the problems found. ",
"WARNING: the repair mode is considered dangerous and should not be used",
- " without prior analysis of problems found on the flesystem."
+ " without prior analysis of problems found on the filesystem."
"",
"Options:",
" starting point selection:",