aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-03-07 14:17:22 +0000
committerJustin Clarke Casey2008-03-07 14:17:22 +0000
commit479379ee2818ddf3e06d061668f96b31793e53e8 (patch)
tree2f74b225b2dc722f493fae237e4bdace5603ca3f /OpenSim/Region/Environment/Scenes/Scene.cs
parent* Temporary resolution for mantis #711 (diff)
downloadopensim-SC_OLD-479379ee2818ddf3e06d061668f96b31793e53e8.zip
opensim-SC_OLD-479379ee2818ddf3e06d061668f96b31793e53e8.tar.gz
opensim-SC_OLD-479379ee2818ddf3e06d061668f96b31793e53e8.tar.bz2
opensim-SC_OLD-479379ee2818ddf3e06d061668f96b31793e53e8.tar.xz
* Minor spelling corrections as per mantis 712
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index ec1563a..eb04f33 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1496,7 +1496,7 @@ namespace OpenSim.Region.Environment.Scenes
1496 } 1496 }
1497 else 1497 else
1498 { 1498 {
1499 m_log.WarnFormat("[SCENE] Tried to remove non-existent scene prescence with agent ID {0} from scene ScenePresences list", agentID); 1499 m_log.WarnFormat("[SCENE] Tried to remove non-existent scene presence with agent ID {0} from scene ScenePresences list", agentID);
1500 } 1500 }
1501 } 1501 }
1502 1502
@@ -1508,7 +1508,7 @@ namespace OpenSim.Region.Environment.Scenes
1508 } 1508 }
1509 else 1509 else
1510 { 1510 {
1511 m_log.WarnFormat("[SCENE] Tried to remove non-existent scene prescence with agent ID {0} from scene Entities list", agentID); 1511 m_log.WarnFormat("[SCENE] Tried to remove non-existent scene presence with agent ID {0} from scene Entities list", agentID);
1512 } 1512 }
1513 } 1513 }
1514 1514