diff options
author | Justin Clarke Casey | 2008-02-13 01:04:27 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-02-13 01:04:27 +0000 |
commit | 45638cc1411b10164438f92a6fb08f97c276372a (patch) | |
tree | 2b47517ff4429270820178a9bc5998fe07aaf8e0 /OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs | |
parent | * Clean up the agent's asset transactions when it is removed from the scene (diff) | |
download | opensim-SC-45638cc1411b10164438f92a6fb08f97c276372a.zip opensim-SC-45638cc1411b10164438f92a6fb08f97c276372a.tar.gz opensim-SC-45638cc1411b10164438f92a6fb08f97c276372a.tar.bz2 opensim-SC-45638cc1411b10164438f92a6fb08f97c276372a.tar.xz |
Commenting and a spelling correction
Diffstat (limited to 'OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/AgentAssetTransactions.cs | 4 |
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(); |