debugge -> debuggee
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:16:27 +0000 (16:16 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:16:27 +0000 (16:16 -0700)
src/Microsoft.Diagnostic.TestHelpers/CsprojBuildDebuggeeTestStep.cs

index 6b947b43f456d4f68a3f6ee49cd5c2b9d7eb933d..914189ee2494e315bec10211040500602d86e662 100644 (file)
@@ -14,7 +14,7 @@ namespace Microsoft.Diagnostic.TestHelpers
     /// This test step builds debuggees using the dotnet tools with .csproj projects files.
     /// </summary>
     /// <remarks>
-    /// Any <debugge name>.csproj file that is found will be specialized by adding a linker package reference.
+    /// Any <debuggee name>.csproj file that is found will be specialized by adding a linker package reference.
     /// This lets us decide the runtime and dependency versions at test execution time.
     /// </remarks>
     public class CsprojBuildDebuggeeTestStep : DotNetBuildDebuggeeTestStep