From e9eaf8e949945e094782e523cef5f9652f11b57e Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Sat, 9 Feb 2008 22:26:28 +0000 Subject: * fixed typo. thanks, nebadon! --- OpenSim/Framework/Communications/Cache/AssetCache.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications') diff --git a/OpenSim/Framework/Communications/Cache/AssetCache.cs b/OpenSim/Framework/Communications/Cache/AssetCache.cs index 5bc388a..e81a581 100644 --- a/OpenSim/Framework/Communications/Cache/AssetCache.cs +++ b/OpenSim/Framework/Communications/Cache/AssetCache.cs @@ -66,7 +66,7 @@ namespace OpenSim.Framework.Communications.Cache public void ShowState() { - m_log.InfoFormat("Assets:{0} Testures:{1} AssetRequests:{2} TextureRequests:{3} RequestedAssets:{4} RequestedTextures:{5} RequestLists:{6}", + m_log.InfoFormat("Assets:{0} Textures:{1} AssetRequests:{2} TextureRequests:{3} RequestedAssets:{4} RequestedTextures:{5} RequestLists:{6}", Assets.Count, Textures.Count, AssetRequests.Count, -- cgit v1.1