From 2c6db4f617eb23581e9f7c144f96f5a55ba77803 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 19 Jul 2016 19:01:03 +0100 Subject: [PATCH] fix a typo --- .../Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs index 8998b7a045..525381d814 100644 --- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs +++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs @@ -591,7 +591,7 @@ namespace OpenSim.Capabilities.Handlers if (freq.fetch_items && contents.Items != null) { - // viewers are lasy and want a copy of the link item sent before the link to it + // viewers are lasy and want a copy of the linked item sent before the link to it // descendents must only include the links, not the linked items we add coll.Descendents = contents.Items.Count;