diff options
author | SignpostMarv | 2012-09-13 13:10:59 +0100 |
---|---|---|
committer | BlueWall | 2012-09-13 09:59:25 -0400 |
commit | 9598c1af9e365cc212de42057c963fef5f3ad190 (patch) | |
tree | 1e5c377aadf612a0d548e9d6fd054a56592bcd36 /OpenSim/Region/CoreModules/World/Land | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-9598c1af9e365cc212de42057c963fef5f3ad190.zip opensim-SC-9598c1af9e365cc212de42057c963fef5f3ad190.tar.gz opensim-SC-9598c1af9e365cc212de42057c963fef5f3ad190.tar.bz2 opensim-SC-9598c1af9e365cc212de42057c963fef5f3ad190.tar.xz |
correcting a typo that causes c# express to complain about xml comment containing invalid xml
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Land')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs index b2f71d1..665875f 100644 --- a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs | |||
@@ -69,7 +69,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
69 | /// without recounting the whole sim. | 69 | /// without recounting the whole sim. |
70 | /// | 70 | /// |
71 | /// We start out tainted so that the first get call resets the various prim counts. | 71 | /// We start out tainted so that the first get call resets the various prim counts. |
72 | /// <value> | 72 | /// </value> |
73 | private bool m_Tainted = true; | 73 | private bool m_Tainted = true; |
74 | 74 | ||
75 | private Object m_TaintLock = new Object(); | 75 | private Object m_TaintLock = new Object(); |