From eba23048ca2d6dd1b934e11dc426093e5b2134c7 Mon Sep 17 00:00:00 2001 From: Melanie Date: Mon, 10 Aug 2009 23:08:22 +0100 Subject: Replace the Replaceable modules name --- OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs') diff --git a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs index 885f1ff..ff606b1 100644 --- a/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs +++ b/OpenSim/Region/Framework/Interfaces/IRegionModuleBase.cs @@ -51,7 +51,7 @@ namespace OpenSim.Region.Framework.Interfaces /// that the developer expects to be replaced by third party provided /// modules. /// - Type ReplacableInterface { get; } + Type ReplaceableInterface { get; } /// /// This is called to initialize the region module. For shared modules, this is called -- cgit v1.1