diff options
author | Melanie | 2010-09-26 18:05:55 +0100 |
---|---|---|
committer | Melanie | 2010-09-26 18:05:55 +0100 |
commit | aecac9bba9b89682f53ebde1e182ad04f5b2dc99 (patch) | |
tree | 90bf18486b09ff7f699d4e7c879500696fc8afe4 /OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | |
parent | Merge Master (diff) | |
download | opensim-SC-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.zip opensim-SC-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.gz opensim-SC-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.bz2 opensim-SC-aecac9bba9b89682f53ebde1e182ad04f5b2dc99.tar.xz |
Typo fixes
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | 2 |
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(); |