Merge pull request #2101 from akkatracker/patch-4

its to it's where appropriate in MshTraceSource.cs
This commit is contained in:
Dongbo Wang 2016-08-29 23:17:02 -07:00 committed by GitHub
commit da8cc47532

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)