mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
Merge pull request #243 from CyanChanges/patch-1
Typo: `filysestem` -> `filesystem`
This commit is contained in:
commit
55a2b65bd0
@ -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…
x
Reference in New Issue
Block a user