commnd -> command
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:14:37 +0000 (16:14 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:14:37 +0000 (16:14 -0700)
src/SOS/SOS.UnitTests/SOSRunner.cs

index ac83e210d1cbbb4d9d2622ce72331fdee51e4b24..b821c74ddc41e81a9aca3ecf41f83343b75b7cc0 100644 (file)
@@ -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 <POUT>regex<POUT> 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