Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagamma committed Aug 3, 2024
1 parent 5628ba4 commit ff5556e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filesystem.ext.pas
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ function TPartedFileSystemExt4.GetSupport: TPartedFileSystemSupport;

initialization
RegisterFileSystem(TPartedFileSystemExt2, ['ext2'], [1]);
RegisterFileSystem(TPartedFileSystemExt2, ['ext3'], [1]);
RegisterFileSystem(TPartedFileSystemExt3, ['ext4'], [1]);
RegisterFileSystem(TPartedFileSystemExt3, ['ext3'], [1]);
RegisterFileSystem(TPartedFileSystemExt4, ['ext4'], [1]);

end.

0 comments on commit ff5556e

Please sign in to comment.