From: Eirik Tsarpalis Date: Tue, 16 Jul 2019 13:59:12 +0000 (+0100) Subject: Update src/System.Net.Http/tests/StressTests/HttpStress/Program.cs X-Git-Tag: submit/tizen/20210909.063632~11031^2~919^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20da6cd7c78d665ecef9b583c46f9c82447827f2;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update src/System.Net.Http/tests/StressTests/HttpStress/Program.cs Co-Authored-By: Stephen Toub Commit migrated from https://github.com/dotnet/corefx/commit/ae4dc79e57514eb9dfe4a8c0480691bd80731969 --- diff --git a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs index 7ff72a4..a969edd 100644 --- a/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs +++ b/src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs @@ -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;