From 4394c747f5576727eb56c98fa0dfd30e81e9fc8d Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Thu, 3 Apr 2008 15:30:52 +0000
Subject: * Minor: fix doc glitch

---
 OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
index f0a2517..59ec981 100644
--- a/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
+++ b/OpenSim/Region/Environment/Modules/UserTextureDownloadService.cs
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Environment.Modules
             = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
 
         /// <summary>
-        /// We will allow the client to request the same missing texture n times before dropping further requests
+        /// We will allow the client to request the same texture n times before dropping further requests
         /// 
         /// This number includes repeated requests for the same texture at different resolutions (which we don't
         /// currently handle properly as far as I know).  However, this situation should be handled in a more
-- 
cgit v1.1