Fix typo in log message

bullet-2.82
BlueWall 2014-08-02 08:20:12 -04:00
parent 7cec4997db
commit de3421b408
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden
if (string.IsNullOrEmpty(featuresURI)) if (string.IsNullOrEmpty(featuresURI))
{ {
m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instnace."); m_log.Info("ExtraFeaturesServiceURI is undefined. The grid's ExtraFeatures will not be available to regions in this instance.");
} }
else else
{ {