* Minor spelling corrections as per mantis 712

0.6.0-stable
Justin Clarke Casey 2008-03-07 14:17:22 +00:00
parent 9aeff3fb86
commit 479379ee28
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}