migth -> might
authorJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:19:59 +0000 (16:19 -0700)
committerJohn Doe <github.john.doe@outlook.com>
Wed, 17 Apr 2019 23:19:59 +0000 (16:19 -0700)
src/Microsoft.Diagnostics.Tools.RuntimeClient/Eventing/EventPipeClient.cs

index 643aee5abcc34d3f2f95f1eec48a5c897debb34e..25015d677f94394529f892a3a5f91b7e4bfb2fa2 100644 (file)
@@ -63,7 +63,7 @@ namespace Microsoft.Diagnostics.Tools.RuntimeClient
         /// </summary>
         /// <returns>
         /// A collection of process identifiers associated with the list of opened files (IPC ports).
-        /// These process Ids migth have expired and not properly cleaned up.
+        /// These process Ids might have expired and not properly cleaned up.
         /// </returns>
         public static IEnumerable<int> ListAvailablePorts()
         {