diff options
author | MW | 2007-08-22 14:48:53 +0000 |
---|---|---|
committer | MW | 2007-08-22 14:48:53 +0000 |
commit | f90bd59708fc6eeec115589efbd50225f1370c7e (patch) | |
tree | c277448d344c0a23a514acc909702d4040282c97 /OpenSim/Region/Environment/XferManager.cs | |
parent | Added forgotten file. (diff) | |
download | opensim-SC_OLD-f90bd59708fc6eeec115589efbd50225f1370c7e.zip opensim-SC_OLD-f90bd59708fc6eeec115589efbd50225f1370c7e.tar.gz opensim-SC_OLD-f90bd59708fc6eeec115589efbd50225f1370c7e.tar.bz2 opensim-SC_OLD-f90bd59708fc6eeec115589efbd50225f1370c7e.tar.xz |
Fixed typo.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/XferManager.cs (renamed from OpenSim/Region/Environment/XferManagaer.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/XferManagaer.cs b/OpenSim/Region/Environment/XferManager.cs index 30fbaf0..7a8e762 100644 --- a/OpenSim/Region/Environment/XferManagaer.cs +++ b/OpenSim/Region/Environment/XferManager.cs | |||
@@ -8,12 +8,12 @@ using OpenSim.Framework.Utilities; | |||
8 | 8 | ||
9 | namespace OpenSim.Region.Environment | 9 | namespace OpenSim.Region.Environment |
10 | { | 10 | { |
11 | public class XferManagaer | 11 | public class XferManager |
12 | { | 12 | { |
13 | public Dictionary<string, byte[]> NewFiles = new Dictionary<string, byte[]>(); | 13 | public Dictionary<string, byte[]> NewFiles = new Dictionary<string, byte[]>(); |
14 | public Dictionary<ulong, XferDownLoad> Transfers = new Dictionary<ulong, XferDownLoad>(); | 14 | public Dictionary<ulong, XferDownLoad> Transfers = new Dictionary<ulong, XferDownLoad>(); |
15 | 15 | ||
16 | public XferManagaer() | 16 | public XferManager() |
17 | { | 17 | { |
18 | 18 | ||
19 | } | 19 | } |