diff options
Diffstat (limited to 'OpenSim/Framework/Communications/RestClient.cs')
-rw-r--r-- | OpenSim/Framework/Communications/RestClient.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/Communications/RestClient.cs index 72018e4..4a8301e 100644 --- a/OpenSim/Framework/Communications/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient.cs | |||
@@ -90,7 +90,7 @@ namespace OpenSim.Framework.Communications | |||
90 | private byte[] _readbuf; | 90 | private byte[] _readbuf; |
91 | 91 | ||
92 | /// <summary> | 92 | /// <summary> |
93 | /// MemoryStream representing the resultiong resource | 93 | /// MemoryStream representing the resulting resource |
94 | /// </summary> | 94 | /// </summary> |
95 | private Stream _resource; | 95 | private Stream _resource; |
96 | 96 | ||