Fixed vocabulary in a comment to match the code.

fsassets
Steven Zielinski 2015-05-04 10:05:36 -04:00
parent c4a3c93097
commit cb517839e9
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ Asset service request failures: {3}" + Environment.NewLine,
foreach (ProcessThread currentThread in
Process.GetCurrentProcess().Threads)
{
// A known issue with the current process .threads method is
// A known issue with the current process .threads property is
// that it can return null threads, thus don't count those as
// running threads and prevent the program function from failing
if (currentThread != null &&