From ca79c5c35606493292bc85bfaa28b2fb0cb0ab2d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 19 Mar 2023 15:09:40 -0400 Subject: [PATCH] Correct comment typo --- .../Controllers/InstanceRequiredController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)