Code style fixes.

This commit is contained in:
2020-07-22 13:20:18 +01:00
parent 1fe6700b11
commit 1389baf6b2
15 changed files with 42 additions and 34 deletions

View File

@@ -54,8 +54,8 @@ namespace Aaru.CommonTypes.Interfaces
Dictionary<string, string> Namespaces { get; }
/// <summary>
/// Initializates whatever internal structures the filesystem plugin needs to be able to read files and
/// directories from the filesystem.
/// Initializes whatever internal structures the filesystem plugin needs to be able to read files and directories
/// from the filesystem.
/// </summary>
/// <param name="imagePlugin"></param>
/// <param name="partition"></param>