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);