diff --git a/Dalamud/Plugin/Services/IGameInteropProvider.cs b/Dalamud/Plugin/Services/IGameInteropProvider.cs
index 186663a9e..29f42a655 100644
--- a/Dalamud/Plugin/Services/IGameInteropProvider.cs
+++ b/Dalamud/Plugin/Services/IGameInteropProvider.cs
@@ -36,7 +36,7 @@ public interface IGameInteropProvider
/// Initialize members decorated with the .
/// Errors for fallible signatures will be logged.
///
- /// The object to initialise.
+ /// The object to initialize.
public void InitializeFromAttributes(object self);
///