Fix typos

This commit is contained in:
Jonathan Carter 2019-08-21 10:19:25 +02:00
parent 4c96e9dda3
commit ed1c0e8c30
2 changed files with 2 additions and 2 deletions

View File

@ -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]... <files>\n"
"\n"
"Options:");

View File

@ -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: ");