minor: Correct misspelling of neighbour in log messages.

Thanks Fly-Man-
This commit is contained in:
Justin Clark-Casey (justincc)
2011-02-04 20:51:51 +00:00
parent ba8826d2b8
commit 1613d89383
2 changed files with 2 additions and 2 deletions

View File

@@ -983,7 +983,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
/// </summary>
public void EnableChildAgent(ScenePresence sp, GridRegion region)
{
m_log.DebugFormat("[ENTITY TRANSFER]: Enabling child agent in new neighour {0}", region.RegionName);
m_log.DebugFormat("[ENTITY TRANSFER]: Enabling child agent in new neighbour {0}", region.RegionName);
AgentCircuitData currentAgentCircuit = sp.Scene.AuthenticateHandler.GetAgentCircuitData(sp.ControllingClient.CircuitCode);
AgentCircuitData agent = sp.ControllingClient.RequestClientInfo();