diff --git a/src/Tgstation.Server.Host/System/IProcessFeatures.cs b/src/Tgstation.Server.Host/System/IProcessFeatures.cs index b45d0831e0..2b5f6a3f84 100644 --- a/src/Tgstation.Server.Host/System/IProcessFeatures.cs +++ b/src/Tgstation.Server.Host/System/IProcessFeatures.cs @@ -25,7 +25,7 @@ namespace Tgstation.Server.Host.System /// /// Resume a given suspended . /// - /// The to susperesumend. + /// The to suspended. void ResumeProcess(global::System.Diagnostics.Process process); ///