Correctly output library inventory folder type and version information

This commit is contained in:
Justin Clarke Casey
2007-12-31 18:26:24 +00:00
parent db9a7eee51
commit 5ef1433e95
2 changed files with 5 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ namespace OpenSim.Framework
public LLUUID folderID;
/// <summary>
/// Tyep of Items normally stored in this folder
/// Type of items normally stored in this folder
/// </summary>
public short type;
@@ -291,4 +291,4 @@ namespace OpenSim.Framework
[XmlElement(ElementName = "folder", IsNullable = true)] public SerializableFolder root;
}
}
}