From b51a8d987538719eac502b63d00e4ee450f51e11 Mon Sep 17 00:00:00 2001 From: John Doe Date: Wed, 17 Apr 2019 16:14:37 -0700 Subject: [PATCH] commnd -> command --- src/SOS/SOS.UnitTests/SOSRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SOS/SOS.UnitTests/SOSRunner.cs b/src/SOS/SOS.UnitTests/SOSRunner.cs index ac83e210d..b821c74dd 100644 --- a/src/SOS/SOS.UnitTests/SOSRunner.cs +++ b/src/SOS/SOS.UnitTests/SOSRunner.cs @@ -774,7 +774,7 @@ public class SOSRunner : IDisposable input = input.Replace(prevPoutTag, _previousCommandCapture); } - // The POUT convention is to write a commnd like this: + // The POUT convention is to write a command like this: // COMMAND: Some stuff regex more stuff // The regular expression identified by the POUT tags is applied to last command's output // and then the 1st capture group is substituted into this command in place of the POUT tagged region -- 2.34.1