minor: correct SceneCommunicationService.LogHeader spelling

Relates to http://opensimulator.org/mantis/view.php?id=7337
This commit is contained in:
Justin Clark-Casey (justincc)
2015-01-20 00:19:33 +00:00
parent 4b8215c893
commit ac93ba9f85

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Region.Framework.Scenes
public class SceneCommunicationService //one instance per region
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private static string LogHeader = "[SCENE COMMUNIATION SERVICE]";
private static string LogHeader = "[SCENE COMMUNICATION SERVICE]";
protected RegionInfo m_regionInfo;
protected Scene m_scene;