diff --git a/TShockAPI/DB/UserManager.cs b/TShockAPI/DB/UserManager.cs
index 368c2dae..07662b2b 100644
--- a/TShockAPI/DB/UserManager.cs
+++ b/TShockAPI/DB/UserManager.cs
@@ -595,7 +595,7 @@ namespace TShockAPI.DB
/// Indicates whether the current is equal to another object.
/// true if the is equal to the parameter; otherwise, false.
- /// An to compare with this .
+ /// An to compare with this .
public override bool Equals(object obj)
{
if (ReferenceEquals(null, obj)) return false;