Merge pull request #243 from CyanChanges/patch-1

Typo: `filysestem` -> `filesystem`
This commit is contained in:
koverstreet 2024-02-25 15:03:14 -05:00 committed by GitHub
commit 55a2b65bd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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