diff --git a/TShockAPI/ILog.cs b/TShockAPI/ILog.cs
index a2dff96f..21ad0156 100644
--- a/TShockAPI/ILog.cs
+++ b/TShockAPI/ILog.cs
@@ -34,7 +34,7 @@ namespace TShockAPI
///
/// Checks whether the log level contains the specified flag.
///
- /// The value to check.
+ /// The value to check.
bool MayWriteType(TraceLevel type);
///