diff options
author | Justin Clarke Casey | 2007-12-31 18:26:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-31 18:26:24 +0000 |
commit | 5ef1433e95ca388304c9eef2a4445062c7a082ae (patch) | |
tree | 7ca6ac41fce7dd2a4f0f111d1ce42b73de3e50b2 /OpenSim/Framework/InventoryItemBase.cs | |
parent | Correct location of DotNetEngine. Remove some debug stuff since my addins pr... (diff) | |
download | opensim-SC_OLD-5ef1433e95ca388304c9eef2a4445062c7a082ae.zip opensim-SC_OLD-5ef1433e95ca388304c9eef2a4445062c7a082ae.tar.gz opensim-SC_OLD-5ef1433e95ca388304c9eef2a4445062c7a082ae.tar.bz2 opensim-SC_OLD-5ef1433e95ca388304c9eef2a4445062c7a082ae.tar.xz |
Correctly output library inventory folder type and version information
Diffstat (limited to 'OpenSim/Framework/InventoryItemBase.cs')
-rw-r--r-- | OpenSim/Framework/InventoryItemBase.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/InventoryItemBase.cs b/OpenSim/Framework/InventoryItemBase.cs index c60fb01..f9903d4 100644 --- a/OpenSim/Framework/InventoryItemBase.cs +++ b/OpenSim/Framework/InventoryItemBase.cs | |||
@@ -129,7 +129,7 @@ namespace OpenSim.Framework | |||
129 | public LLUUID folderID; | 129 | public LLUUID folderID; |
130 | 130 | ||
131 | /// <summary> | 131 | /// <summary> |
132 | /// Tyep of Items normally stored in this folder | 132 | /// Type of items normally stored in this folder |
133 | /// </summary> | 133 | /// </summary> |
134 | public short type; | 134 | public short type; |
135 | 135 | ||
@@ -291,4 +291,4 @@ namespace OpenSim.Framework | |||
291 | 291 | ||
292 | [XmlElement(ElementName = "folder", IsNullable = true)] public SerializableFolder root; | 292 | [XmlElement(ElementName = "folder", IsNullable = true)] public SerializableFolder root; |
293 | } | 293 | } |
294 | } \ No newline at end of file | 294 | } |