aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-08-04 04:57:08 +0100
committerMelanie2009-08-04 04:57:08 +0100
commit1d8df738f641dc68278c45bb65afb30e44358ec1 (patch)
tree3a90077ad02bdfd251e220741604eb410ef86b5f /OpenSim
parentUpdate config examples (diff)
downloadopensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.zip
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.gz
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.bz2
opensim-SC_OLD-1d8df738f641dc68278c45bb65afb30e44358ec1.tar.xz
Update a misspelled name
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs
index a0e8d0c..1116db0 100644
--- a/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs
+++ b/OpenSim/Region/OptionalModules/ServiceConnectorsIn/Freeswitch/FreeswitchServiceInConnectorModule.cs
@@ -95,7 +95,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch
95 95
96 Object[] args = new Object[] { m_Config, MainServer.Instance }; 96 Object[] args = new Object[] { m_Config, MainServer.Instance };
97 97
98 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServiceConnector", args); 98 ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServerConnector", args);
99 } 99 }
100 } 100 }
101 101