[misc] mention that ext and persistence support should still be viewed as EXPERIMENTAL

* This is in relation to #1396
* Also fix a small typo
This commit is contained in:
Pete Batard 2019-11-09 13:38:30 +00:00
parent 7ec7331200
commit 80a2bce5b3
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
3 changed files with 8 additions and 7 deletions

View file

@ -984,7 +984,7 @@ BOOL FormatExtFs(DWORD DriveIndex, uint64_t PartitionOffset, DWORD BlockSize, LP
}
r = ext2fs_convert_subcluster_bitmap(ext2fs, &ext2fs->block_map);
if (r != 0) {
uprintf("Could set %s cluster bitmap: %s", FSName, error_message(r));
uprintf("Could not set %s cluster bitmap: %s", FSName, error_message(r));
goto out;
}