From: John Doe Date: Wed, 17 Apr 2019 23:14:37 +0000 (-0700) Subject: commnd -> command X-Git-Tag: submit/tizen/20190813.035844~27^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b51a8d987538719eac502b63d00e4ee450f51e11;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git commnd -> command --- 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