mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Fixed vocabulary in a comment to match the code.
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user