diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-11 22:04:00 +0200 |
---|---|---|
committer | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-05-29 09:22:09 +0530 |
commit | 18f9526c45e560df26dfadd5bdef7467aab6c0f7 (patch) | |
tree | bc75908d46ed16940f3e9bc8ffac5e5f1f188a30 /c_src | |
parent | c36b96d4dc1167bb9d38ba5bd594854e99f1ba9b (diff) |
treewide, docs: fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
[remove changes to libbcachefs/, linux/, include/, and raid/]
Co-authored-by: Masum Reza <masumrezarock100@gmail.com>
Signed-off-by: Masum Reza <masumrezarock100@gmail.com>
Diffstat (limited to 'c_src')
-rw-r--r-- | c_src/cmd_migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c_src/cmd_migrate.c b/c_src/cmd_migrate.c index e41d1950..81c57c09 100644 --- a/c_src/cmd_migrate.c +++ b/c_src/cmd_migrate.c @@ -762,7 +762,7 @@ static int migrate_fs(const char *fs_path, "superblock at the default offset and finish the migration run\n" " bcachefs migrate-superblock -d %s -o %llu\n" "\n" - "The new filesystem will have a file at /old_migrated_filestem\n" + "The new filesystem will have a file at /old_migrated_filesystem\n" "referencing all disk space that might be used by the existing\n" "filesystem. That file can be deleted once the old filesystem is\n" "no longer needed (and should be deleted prior to running\n" |