its to it's where appropriate in MshTraceSource.cs

This commit is contained in:
Matthew Brener 2016-08-28 11:50:46 +10:00 committed by GitHub
parent d57530812e
commit aa926cd62b

View file

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