From 331f0b15cd7f3b3056a26d0dfbe5f896e832b17a Mon Sep 17 00:00:00 2001 From: Daniel Eisterhold Date: Tue, 26 Jun 2018 08:56:09 -0500 Subject: [PATCH] Update ServerConnection.cs --- .../ServerProtocol/ServerConnection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs b/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs index d9fb8d4b11..d254be4e60 100644 --- a/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs +++ b/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs @@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Razor.Tools } catch { - // In the case an exception occured trying to open the Mutex then + // In the case an exception occurred trying to open the Mutex then // the assumption is that it's not open. } @@ -387,4 +387,4 @@ namespace Microsoft.AspNetCore.Razor.Tools public static bool IsWindows => Path.DirectorySeparatorChar == '\\'; public static bool IsUnix => Path.DirectorySeparatorChar == '/'; } -} \ No newline at end of file +}