diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs
index d96b3a3e..50820823 100644
--- a/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs
+++ b/ShadowEditor.Server/Remote/FileSystem/RemoteDirectoryEntry.cs
@@ -14,7 +14,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
public class RemoteDirectoryEntry : IUnixDirectoryEntry
{
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The file system this entry belongs to
/// The to extract the information from
diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs
index 4f4d3b62..9c2de60d 100644
--- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs
+++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileEntry.cs
@@ -13,7 +13,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
public class RemoteFileEntry : IUnixFileEntry
{
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The file system this entry belongs to
/// The to extract the information from
diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs
index 3c836bc9..650f6579 100644
--- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs
+++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystem.cs
@@ -17,7 +17,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
private bool _disposedValue;
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The path to use as root
/// Allow deletion of non-empty directories?
diff --git a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs
index 7b27a759..a39a6c6a 100644
--- a/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs
+++ b/ShadowEditor.Server/Remote/FileSystem/RemoteFileSystemProvider.cs
@@ -16,7 +16,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
private readonly bool _useUserIdAsSubFolder;
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The root path for all users
public RemoteFileSystemProvider(string rootPath)
@@ -25,7 +25,7 @@ namespace ShadowEditor.Server.Remote.FileSystem
}
///
- /// Initializes a new instance of the class.
+ /// Initializes a new instance of the class.
///
/// The root path for all users
/// Use the user id as subfolder?