mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fixed typo.
This commit is contained in:
@@ -450,7 +450,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
return false;
|
||||
}
|
||||
|
||||
public string RequestInventoryFile(XferManagaer xferManager)
|
||||
public string RequestInventoryFile(XferManager xferManager)
|
||||
{
|
||||
byte[] fileData = new byte[0];
|
||||
InventoryStringBuilder invString = new InventoryStringBuilder(m_folderID, this.UUID);
|
||||
|
||||
Reference in New Issue
Block a user