remove a accent from a method name

This commit is contained in:
UbitUmarov
2017-05-27 06:30:23 +01:00
parent c54985f8a1
commit 582dc75381
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ namespace OpenSim
server.Start(false, false);
MainServer.AddHttpServer(server);
MainServer.ÚnSecureInstance = server;
MainServer.UnSecureInstance = server;
MainServer.Instance = m_httpServer;