Fix typo in log message

This commit is contained in:
BlueWall
2014-08-02 08:20:12 -04:00
parent 7cec4997db
commit de3421b408

View File

@@ -86,7 +86,7 @@ namespace OpenSim.Region.ClientStack.Linden
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
{