its to it's where appropriate in ResourceManagerCache.cs

This commit is contained in:
Matthew Brener 2016-08-28 11:50:08 +10:00 committed by GitHub
parent d57530812e
commit 27b0d4b343

View file

@ -74,7 +74,7 @@ namespace System.Management.Automation
}
}
// If its not in the cache, create it an add it.
// If it's not in the cache, create it an add it.
if (manager == null)
{
manager = InitRMWithAssembly(baseName, assembly);