diff --git a/TShockAPI/Utils.cs b/TShockAPI/Utils.cs
index a8ea128d..f6033796 100644
--- a/TShockAPI/Utils.cs
+++ b/TShockAPI/Utils.cs
@@ -801,7 +801,7 @@ namespace TShockAPI
///
/// Attempts to parse a string as a timespan (_d_m_h_s).
///
- /// The time string.
+ /// The time string.
/// The seconds.
/// Whether the string was parsed successfully.
public bool TryParseTime(string str, out int seconds)