aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-02-13 01:04:27 +0000
committerJustin Clarke Casey2008-02-13 01:04:27 +0000
commit45638cc1411b10164438f92a6fb08f97c276372a (patch)
tree2b47517ff4429270820178a9bc5998fe07aaf8e0 /OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
parent* Clean up the agent's asset transactions when it is removed from the scene (diff)
downloadopensim-SC_OLD-45638cc1411b10164438f92a6fb08f97c276372a.zip
opensim-SC_OLD-45638cc1411b10164438f92a6fb08f97c276372a.tar.gz
opensim-SC_OLD-45638cc1411b10164438f92a6fb08f97c276372a.tar.bz2
opensim-SC_OLD-45638cc1411b10164438f92a6fb08f97c276372a.tar.xz
Commenting and a spelling correction
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
index 92390b5..d40c354 100644
--- a/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
+++ b/OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs
@@ -265,13 +265,13 @@ namespace OpenSim.Framework.Communications.Cache
265 } 265 }
266 else 266 else
267 { 267 {
268 ReqestStartXfer(); 268 RequestStartXfer();
269 } 269 }
270 270
271 return false; 271 return false;
272 } 272 }
273 273
274 protected void ReqestStartXfer() 274 protected void RequestStartXfer()
275 { 275 {
276 UploadComplete = false; 276 UploadComplete = false;
277 XferID = Util.GetNextXferID(); 277 XferID = Util.GetNextXferID();