mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 02:04:07 +08:00
Merge pull request #2100 from akkatracker/patch-3
its to it's where appropriate in ResourceManagerCache.cs
This commit is contained in:
commit
659e2e7bd3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user