Typo fixes

This commit is contained in:
Melanie
2010-09-26 18:05:55 +01:00
parent 6f689f591a
commit aecac9bba9
2 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Region.Physics.OdePlugin
{
IConfigSource TopConfig = new IniConfigSource();
IConfig config = TopConfig.AddConfig("Startup");
config.Set("DecodedSculpMapPath","j2kDecodeCache");
config.Set("DecodedSculptMapPath","j2kDecodeCache");
// Loading ODEPlugin
cbt = new OdePlugin();