diff --git a/src/System.Management.Automation/utils/MshTraceSource.cs b/src/System.Management.Automation/utils/MshTraceSource.cs index 63fc1ee26..1fd7e087b 100644 --- a/src/System.Management.Automation/utils/MshTraceSource.cs +++ b/src/System.Management.Automation/utils/MshTraceSource.cs @@ -127,7 +127,7 @@ namespace System.Management.Automation // See if we can find an PSTraceSource for this category in the catalog. PSTraceSource.TraceCatalog.TryGetValue(name, out result); - // If its not already in the catalog, see if we can find it in the + // If it's not already in the catalog, see if we can find it in the // pre-configured trace source list if (result == null)