diff options
author | Justin Clarke Casey | 2008-03-07 14:17:22 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-07 14:17:22 +0000 |
commit | 479379ee2818ddf3e06d061668f96b31793e53e8 (patch) | |
tree | 2f74b225b2dc722f493fae237e4bdace5603ca3f /OpenSim/Region/Environment | |
parent | * Temporary resolution for mantis #711 (diff) | |
download | opensim-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 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 4 |
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 | ||