minor: Correct propery doc RestClient._resource spelling mistake

This commit is contained in:
Justin Clark-Casey (justincc)
2014-12-20 01:39:31 +00:00
parent 798074c66f
commit e3d07bd0cc

View File

@@ -90,7 +90,7 @@ namespace OpenSim.Framework.Communications
private byte[] _readbuf;
/// <summary>
/// MemoryStream representing the resultiong resource
/// MemoryStream representing the resulting resource
/// </summary>
private Stream _resource;