projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aacfa2
)
commnd -> command
author
John Doe
<github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:14:37 +0000
(16:14 -0700)
committer
John Doe
<github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:14:37 +0000
(16:14 -0700)
src/SOS/SOS.UnitTests/SOSRunner.cs
patch
|
blob
|
history
diff --git
a/src/SOS/SOS.UnitTests/SOSRunner.cs
b/src/SOS/SOS.UnitTests/SOSRunner.cs
index ac83e210d1cbbb4d9d2622ce72331fdee51e4b24..b821c74ddc41e81a9aca3ecf41f83343b75b7cc0 100644
(file)
--- 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 comm
a
nd 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