From cb517839e9e258d154e17fe85e97f1462b06536a Mon Sep 17 00:00:00 2001 From: Steven Zielinski Date: Mon, 4 May 2015 10:05:36 -0400 Subject: Fixed vocabulary in a comment to match the code. --- OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs index 83d9e85..3791fff 100755 --- a/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs +++ b/OpenSim/Framework/Monitoring/SimExtraStatsCollector.cs @@ -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 && -- cgit v1.1