diff --git a/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs b/OpenSim/ApplicationPlugins/Rest/RestPlugin.cs index 3679a9faad..fd2338402a 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 3babe72e23..524dd4c94c 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 cc4bb56429..ac5e2412e2 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 671ea67fd2..412c6c340b 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 + "/"; } } }