Fixed two typos. White space cleanups.

Signed-off-by: nebadon <michael@osgrid.org>
xassetservice
Kevin Cozens 2012-02-28 15:45:07 -05:00 committed by nebadon
parent 4268427ac3
commit a813e7ffdd
1 changed files with 16 additions and 16 deletions

View File

@ -1476,11 +1476,11 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
if (!landForSale)
{
m_log.DebugFormat("[WORLD MAP]: Region {0} has no parcels for sale, not geenrating overlay", m_scene.RegionInfo.RegionName);
m_log.DebugFormat("[WORLD MAP]: Region {0} has no parcels for sale, not generating overlay", m_scene.RegionInfo.RegionName);
return null;
}
m_log.DebugFormat("[WORLD MAP]: Region {0} has parcels for sale, genrating overlay", m_scene.RegionInfo.RegionName);
m_log.DebugFormat("[WORLD MAP]: Region {0} has parcels for sale, generating overlay", m_scene.RegionInfo.RegionName);
for (int x = 0 ; x < 64 ; x++)
{