Merge branch 'minor-stuff'

This commit is contained in:
Melanie
2010-04-28 19:38:29 +01:00
8 changed files with 83 additions and 67 deletions

View File

@@ -149,7 +149,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
if (m_FriendsService == null)
{
m_log.Error("[FRIENDS]: No Connector defined in section Friends, or filed to load, cannot continue");
m_log.Error("[FRIENDS]: No Connector defined in section Friends, or failed to load, cannot continue");
throw new Exception("Connector load error");
}