From 01218093a6ac1e7e4be0147d58b1b571f965e1c4 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Tue, 9 Mar 2010 12:06:53 -0800 Subject: * Typo fixes * Performance improvement in the expensive GenerateClientFlags() --- OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Services/Connectors/Inventory') diff --git a/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs b/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs index 3309d16..9821dd4 100644 --- a/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs +++ b/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs @@ -68,7 +68,7 @@ namespace OpenSim.Services.Connectors IConfig assetConfig = source.Configs["InventoryService"]; if (assetConfig == null) { - m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpanSim.ini"); + m_log.Error("[INVENTORY CONNECTOR]: InventoryService missing from OpenSim.ini"); throw new Exception("Inventory connector init error"); } -- cgit v1.1