Update src/System.Net.Http/tests/StressTests/HttpStress/Program.cs
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Tue, 16 Jul 2019 13:59:12 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2019 13:59:12 +0000 (14:59 +0100)
Co-Authored-By: Stephen Toub <stoub@microsoft.com>
Commit migrated from https://github.com/dotnet/corefx/commit/ae4dc79e57514eb9dfe4a8c0480691bd80731969

src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs

index 7ff72a4..a969edd 100644 (file)
@@ -534,7 +534,7 @@ public class Program
                             Console.Write(success[i].ToString("N0"));
                             Console.ResetColor();
                             Console.ForegroundColor = ConsoleColor.Yellow;
-                            Console.Write("\tCancelled: ");
+                            Console.Write("\tCanceled: ");
                             Console.Write(cancel[i].ToString("N0"));
                             Console.ResetColor();
                             Console.ForegroundColor = ConsoleColor.DarkRed;