diff --git a/Dalamud/Plugin/Services/IAddonLifecycle.cs b/Dalamud/Plugin/Services/IAddonLifecycle.cs
index e89c57931..2bc41a366 100644
--- a/Dalamud/Plugin/Services/IAddonLifecycle.cs
+++ b/Dalamud/Plugin/Services/IAddonLifecycle.cs
@@ -13,9 +13,9 @@ public interface IAddonLifecycle
///
/// Delegate for receiving addon lifecycle event messages.
///
- /// The event type that triggered the message.
+ /// The event type that triggered the message.
/// Information about what addon triggered the message.
- public delegate void AddonEventDelegate(AddonEvent eventType, AddonArgs args);
+ public delegate void AddonEventDelegate(AddonEvent type, AddonArgs args);
///
/// Register a listener that will trigger on the specified event and any of the specified addons.