diff --git a/src/Tgstation.Server.Host/Controllers/InstanceRequiredController.cs b/src/Tgstation.Server.Host/Controllers/InstanceRequiredController.cs
index b69ca5a594..0c10d676df 100644
--- a/src/Tgstation.Server.Host/Controllers/InstanceRequiredController.cs
+++ b/src/Tgstation.Server.Host/Controllers/InstanceRequiredController.cs
@@ -101,7 +101,7 @@ namespace Tgstation.Server.Host.Controllers
///
/// A accepting the and returning a with the .
/// A resulting in the that should be returned.
- /// The context of should be as small as possinle so as to avoid race conditions.
+ /// The context of should be as small as possible so as to avoid race conditions.
protected async Task WithComponentInstance(Func> action)
{
if (action == null)