Spelling in FriendsModule.cs: "filed to load" -> "failed to load"

slimupdates
unknown 2010-04-25 17:21:05 +03:00 committed by AlexRa
parent fb7458be31
commit 806a2555f5
1 changed files with 1 additions and 1 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");
}