minor: Correct minor spelling mistake Reseting -> Resetting in HG Map module log message

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-20 23:42:55 +01:00
parent afa9847288
commit e4dd069a95
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ namespace OpenSim.Region.CoreModules.Hypergrid
b.Access = 254; // means 'simulator is offline'. We need this because the viewer ignores 255's
}
m_log.DebugFormat("[HG MAP]: Reseting {0} blocks", mapBlocks.Count);
m_log.DebugFormat("[HG MAP]: Resetting {0} blocks", mapBlocks.Count);
sp.ControllingClient.SendMapBlock(mapBlocks, 0);
m_SeenMapBlocks.Remove(clientID);
}