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