From a1849e42c9356cbaba1beca1db249e5bdf491c86 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 14 Jun 2021 22:28:25 -0400 Subject: [PATCH] Fix documentation typo --- src/Tgstation.Server.Host/System/IProcessFeatures.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ///