From 479379ee2818ddf3e06d061668f96b31793e53e8 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 7 Mar 2008 14:17:22 +0000 Subject: [PATCH] * Minor spelling corrections as per mantis 712 --- OpenSim/Region/Environment/Scenes/Scene.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index ec1563a450..eb04f33e83 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -1496,7 +1496,7 @@ namespace OpenSim.Region.Environment.Scenes } else { - m_log.WarnFormat("[SCENE] Tried to remove non-existent scene prescence with agent ID {0} from scene ScenePresences list", agentID); + m_log.WarnFormat("[SCENE] Tried to remove non-existent scene presence with agent ID {0} from scene ScenePresences list", agentID); } } @@ -1508,7 +1508,7 @@ namespace OpenSim.Region.Environment.Scenes } else { - m_log.WarnFormat("[SCENE] Tried to remove non-existent scene prescence with agent ID {0} from scene Entities list", agentID); + m_log.WarnFormat("[SCENE] Tried to remove non-existent scene presence with agent ID {0} from scene Entities list", agentID); } }