Correct whimsical spelling on a log message

melanie
Melanie Thielker 2017-02-01 18:10:27 +00:00
parent 60cf3f759f
commit 047e87458b
1 changed files with 1 additions and 1 deletions

View File

@ -3161,7 +3161,7 @@ namespace OpenSim.Region.Framework.Scenes
{
foreach (Action<Scene> d in handler.GetInvocationList())
{
m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoque {0}", d.Method.Name.ToString());
m_log.InfoFormat("[EVENT MANAGER]: TriggerSceneShuttingDown invoke {0}", d.Method.Name.ToString());
try
{
d(s);