aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin
diff options
context:
space:
mode:
authorMelanie2010-09-26 18:05:55 +0100
committerMelanie2010-09-26 18:05:55 +0100
commitaecac9bba9b89682f53ebde1e182ad04f5b2dc99 (patch)
tree90bf18486b09ff7f699d4e7c879500696fc8afe4 /OpenSim/Region/Physics/OdePlugin
parentMerge Master (diff)
downloadopensim-SC_OLD-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.zip
opensim-SC_OLD-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.gz
opensim-SC_OLD-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.bz2
opensim-SC_OLD-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.xz
Typo fixes
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
index ab8f8bf..a7f8baa 100644
--- a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
+++ b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Physics.OdePlugin
50 { 50 {
51 IConfigSource TopConfig = new IniConfigSource(); 51 IConfigSource TopConfig = new IniConfigSource();
52 IConfig config = TopConfig.AddConfig("Startup"); 52 IConfig config = TopConfig.AddConfig("Startup");
53 config.Set("DecodedSculpMapPath","j2kDecodeCache"); 53 config.Set("DecodedSculptMapPath","j2kDecodeCache");
54 54
55 // Loading ODEPlugin 55 // Loading ODEPlugin
56 cbt = new OdePlugin(); 56 cbt = new OdePlugin();