mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
Spelling in FriendsModule.cs: "filed to load" -> "failed to load"
This commit is contained in:
@@ -149,7 +149,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
|||||||
|
|
||||||
if (m_FriendsService == null)
|
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");
|
throw new Exception("Connector load error");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user