Replace the Replaceable modules name

This commit is contained in:
Melanie
2009-08-10 23:08:22 +01:00
parent 17cc9b9857
commit eba23048ca
43 changed files with 46 additions and 46 deletions

View File

@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Asset
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Inventory
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -81,7 +81,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Land
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -81,7 +81,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Neighbour
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}

View File

@@ -77,7 +77,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Simulation
{
}
public Type ReplacableInterface
public Type ReplaceableInterface
{
get { return null; }
}