Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfu91 committed Nov 15, 2023
1 parent 1740e81 commit 9faa000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UsnParser/UsnJournal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public IEnumerable<UsnEntry> EnumerateMasterFileTable(long highUsn, FilterOption
// http://www.resilientfilesystem.co.uk/refs-master-file-table
if (_isReFS)
{
throw new NotSupportedException($"The file system of drive {VolumeName} is ReFS, which does not have a MTF(Master File Table) to search on.");
throw new NotSupportedException($"The file system of drive {VolumeName} is ReFS, which does not have a MFT(Master File Table) to search on.");
}

var options = MasterFileTableEnumerationOptions.Default;
Expand Down

0 comments on commit 9faa000

Please sign in to comment.