minor: correct a log spelling mistake that was pointed out to me

0.7.1-dev
Justin Clark-Casey (justincc) 2011-02-04 21:42:45 +00:00
parent 2ddec29c61
commit 456cdee5ce
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ namespace OpenSim.Services.GridService
{
RemoveHyperlinkRegion(regInfo.RegionID);
reason = "Region is too far (" + x + ", " + y + ")";
m_log.Info("[HYPERGRID LINKER]: Unable to link, reqgion is too far (" + x + ", " + y + ")");
m_log.Info("[HYPERGRID LINKER]: Unable to link, region is too far (" + x + ", " + y + ")");
return false;
}