diff --git a/cmd_attr.c b/cmd_attr.c index a3c82124..aef42f4e 100644 --- a/cmd_attr.c +++ b/cmd_attr.c @@ -80,7 +80,7 @@ static void do_setattr(char *path, struct bch_opt_strs opts) static void setattr_usage(void) { - puts("bcachefs setattr - set attributes on files in a bcachefs filessytem\n" + puts("bcachefs setattr - set attributes on files in a bcachefs filesystem\n" "Usage: bcachefs setattr [OPTIONS]... \n" "\n" "Options:"); diff --git a/cmd_migrate.c b/cmd_migrate.c index f281d198..5c973498 100644 --- a/cmd_migrate.c +++ b/cmd_migrate.c @@ -784,7 +784,7 @@ int cmd_migrate(int argc, char *argv[]) } if (!fs_path) - die("Please specify a filesytem to migrate"); + die("Please specify a filesystem to migrate"); if (format_opts.encrypted && !no_passphrase) format_opts.passphrase = read_passphrase_twice("Enter passphrase: ");