From 61cce236fcbcf75fa1305af0b985c778c880c03f Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Wed, 18 Apr 2018 10:37:23 +1200 Subject: [PATCH] Derp --- test/Microsoft.AspNetCore.SignalR.Tests.Utils/ServerLogScope.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.SignalR.Tests.Utils/ServerLogScope.cs b/test/Microsoft.AspNetCore.SignalR.Tests.Utils/ServerLogScope.cs index c9e110112e..8ca3281e98 100644 --- a/test/Microsoft.AspNetCore.SignalR.Tests.Utils/ServerLogScope.cs +++ b/test/Microsoft.AspNetCore.SignalR.Tests.Utils/ServerLogScope.cs @@ -45,7 +45,7 @@ namespace Microsoft.AspNetCore.SignalR.Tests ILogger logger; - // There maybe thready safety issues in logging when creating multiple threads at the same time + // There maybe thready safety issues in logging when creating multiple loggers at the same time // https://github.com/aspnet/Logging/issues/810 lock (_lock) {