Update a misspelled name

This commit is contained in:
Melanie
2009-08-04 04:57:08 +01:00
parent 616a09f359
commit 1d8df738f6
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsIn.Freeswitch
Object[] args = new Object[] { m_Config, MainServer.Instance };
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServiceConnector", args);
ServerUtils.LoadPlugin<IServiceConnector>("OpenSim.Server.Handlers.dll:FreeswitchServerConnector", args);
}
}