diff options
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index aecf2df..06b4de7 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -173,7 +173,7 @@ namespace OpenSim | |||
173 | { | 173 | { |
174 | if (File.Exists("OpenSim.xml")) | 174 | if (File.Exists("OpenSim.xml")) |
175 | { | 175 | { |
176 | //chech for a xml config file | 176 | //check for a xml config file |
177 | Application.iniFilePath = "OpenSim.xml"; | 177 | Application.iniFilePath = "OpenSim.xml"; |
178 | m_config.Source = new XmlConfigSource(); | 178 | m_config.Source = new XmlConfigSource(); |
179 | m_config.Source.Merge(new XmlConfigSource(Application.iniFilePath)); | 179 | m_config.Source.Merge(new XmlConfigSource(Application.iniFilePath)); |