aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-12-20 01:39:31 +0000
committerJustin Clark-Casey (justincc)2014-12-20 01:39:31 +0000
commite3d07bd0cc120e2187389f6aa4a78b0506b04f92 (patch)
tree1f7d801fb0ec1f58d4a9fb0fcb889cf1160c5878 /OpenSim/Framework
parentUse using() semantics in XBakesModule to ensure disposable objects are alway ... (diff)
downloadopensim-SC_OLD-e3d07bd0cc120e2187389f6aa4a78b0506b04f92.zip
opensim-SC_OLD-e3d07bd0cc120e2187389f6aa4a78b0506b04f92.tar.gz
opensim-SC_OLD-e3d07bd0cc120e2187389f6aa4a78b0506b04f92.tar.bz2
opensim-SC_OLD-e3d07bd0cc120e2187389f6aa4a78b0506b04f92.tar.xz
minor: Correct propery doc RestClient._resource spelling mistake
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/Communications/RestClient.cs2
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