From 20da6cd7c78d665ecef9b583c46f9c82447827f2 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Tue, 16 Jul 2019 14:59:12 +0100 Subject: [PATCH] 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 --- src/libraries/System.Net.Http/tests/StressTests/HttpStress/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4