From 78d7f4696ec58aea95e0c351a38713f1df0bb279 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 10 Jul 2009 11:03:38 +0000 Subject: Now we are past revision 10000, I think its time to start to fix that massive bug that was introduced in revision 1. So here is the first part of that fix. --- OpenSim/ApplicationPlugins/Rest/RestPlugin.cs | 4 ++-- OpenSim/Region/Application/OpenSim.cs | 2 +- OpenSim/Region/Application/OpenSimBackground.cs | 2 +- OpenSim/Region/Application/OpenSimBase.cs | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index 3679a9f..fd23384 100644 --- a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs +++ b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs @@ -240,8 +240,8 @@ namespace OpenSim.ApplicationPlugins.Rest // the key lookup in Configs failed, which signals to // us that noone is interested in our services...they // don't know what they are missing out on... - // NOTE: Under the present OpenSim implementation it is - // not possible for the openSim pointer to be null. However + // NOTE: Under the present OpenSimulator implementation it is + // not possible for the openSimulator pointer to be null. However // were the implementation to be changed, this could // result in a silent initialization failure. Harmless // except for lack of function and lack of any diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 3babe72..524dd4c 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs @@ -1130,7 +1130,7 @@ namespace OpenSim } /// - /// Load a whole region from an opensim archive. + /// Load a whole region from an opensimulator archive. /// /// protected void LoadOar(string module, string[] cmdparams) diff --git a/OpenSim/Region/Application/OpenSimBackground.cs b/OpenSim/Region/Application/OpenSimBackground.cs index cc4bb56..ac5e241 100644 --- a/OpenSim/Region/Application/OpenSimBackground.cs +++ b/OpenSim/Region/Application/OpenSimBackground.cs @@ -33,7 +33,7 @@ using Nini.Config; namespace OpenSim { /// - /// Consoleless OpenSim region server + /// Consoleless OpenSimulator region server /// public class OpenSimBackground : OpenSim { diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 671ea67..412c6c3 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs @@ -51,7 +51,7 @@ using OpenSim.Region.Physics.Manager; namespace OpenSim { /// - /// Common OpenSim simulator code + /// Common OpenSimulator simulator code /// public class OpenSimBase : RegionApplicationBase { @@ -76,7 +76,7 @@ namespace OpenSim protected const string DEFAULT_PRIM_BACKUP_FILENAME = "prim-backup.xml"; /// - /// The file used to load and save an opensim archive if no filename has been specified + /// The file used to load and save an opensimulator archive if no filename has been specified /// protected const string DEFAULT_OAR_BACKUP_FILENAME = "region.oar"; @@ -97,7 +97,7 @@ namespace OpenSim protected List m_plugins = new List(); /// - /// The config information passed into the OpenSim region server. + /// The config information passed into the OpenSimulator region server. /// public OpenSimConfigSource ConfigSource { @@ -751,7 +751,7 @@ namespace OpenSim public string Path { - // This is for the OpenSim instance and is the osSecret hashed + // This is for the OpenSimulator instance and is the osSecret hashed get { return "/" + osXStatsURI + "/"; } } } @@ -792,7 +792,7 @@ namespace OpenSim public string Path { - // This is for the OpenSim instance and is the user provided URI + // This is for the OpenSimulator instance and is the user provided URI get { return "/" + osUXStatsURI + "/"; } } } -- cgit v1.1