From 27b0d4b34349a479f04f5ddacd43f2adeca62962 Mon Sep 17 00:00:00 2001 From: Matthew Brener Date: Sun, 28 Aug 2016 11:50:08 +1000 Subject: [PATCH] its to it's where appropriate in ResourceManagerCache.cs --- src/System.Management.Automation/utils/ResourceManagerCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Management.Automation/utils/ResourceManagerCache.cs b/src/System.Management.Automation/utils/ResourceManagerCache.cs index d8e393045..1b7e6f580 100644 --- a/src/System.Management.Automation/utils/ResourceManagerCache.cs +++ b/src/System.Management.Automation/utils/ResourceManagerCache.cs @@ -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);