From bbef5c344eb317aced3139d1353ae9a8826d4e12 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Mon, 31 Aug 2009 14:16:16 +0900 Subject: Remove typo version of ReplaceableInterface property from RegionCombinerModule. --- OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs | 2 -- OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs b/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs index 79c9839..a6e3859 100644 --- a/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs +++ b/OpenSim/Region/CoreModules/World/Land/RegionCombinerModule.cs @@ -20,8 +20,6 @@ namespace OpenSim.Region.CoreModules.World.Land get { return null; } } - public Type ReplacableInterface { get { return null; } } - private Dictionary m_regions = new Dictionary(); private bool enabledYN = false; public void Initialise(IConfigSource source) diff --git a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs index ff606b1..9b1e4ca 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs @@ -47,7 +47,7 @@ namespace OpenSim.Region.Framework.Interfaces /// has registered the interface by then, this module will be /// activated, else it will remain inactive, letting the other module /// take over. This should return non-null ONLY in modules that are - /// intended to be easily replacable, e.g. stub implementations + /// intended to be easily replaceable, e.g. stub implementations /// that the developer expects to be replaced by third party provided /// modules. /// -- cgit v1.1