mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-22 00:00:03 +03:00
Typo
This commit is contained in:
parent
010182e790
commit
0c00d3a372
@ -665,7 +665,7 @@ static int migrate_fs(const char *fs_path,
|
||||
bool force)
|
||||
{
|
||||
if (!path_is_fs_root(fs_path))
|
||||
die("%s is not a filysestem root", fs_path);
|
||||
die("%s is not a filesystem root", fs_path);
|
||||
|
||||
int fs_fd = xopen(fs_path, O_RDONLY|O_NOATIME);
|
||||
struct stat stat = xfstat(fs_fd);
|
||||
|
Loading…
Reference in New Issue
Block a user