Fix documentation typo

This commit is contained in:
Jordan Brown
2021-06-14 22:28:25 -04:00
parent e44d2699cf
commit a1849e42c9
@@ -25,7 +25,7 @@ namespace Tgstation.Server.Host.System
/// <summary>
/// Resume a given suspended <see cref="Process"/>.
/// </summary>
/// <param name="process">The <see cref="Process"/> to susperesumend.</param>
/// <param name="process">The <see cref="Process"/> to suspended.</param>
void ResumeProcess(global::System.Diagnostics.Process process);
/// <summary>