diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/Communications/RestClient.cs index 72018e46e0..4a8301e255 100644 --- a/OpenSim/Framework/Communications/RestClient.cs +++ b/OpenSim/Framework/Communications/RestClient.cs @@ -90,7 +90,7 @@ namespace OpenSim.Framework.Communications private byte[] _readbuf; /// - /// MemoryStream representing the resultiong resource + /// MemoryStream representing the resulting resource /// private Stream _resource;