Update ServerConnection.cs

This commit is contained in:
Daniel Eisterhold 2018-06-26 08:56:09 -05:00 committed by Ryan Nowak
parent 2aea2c6b9f
commit 331f0b15cd
1 changed files with 2 additions and 2 deletions

View File

@ -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 == '/';
}
}
}