diff --git a/Common/Classes/SegmentStream.cs b/Common/Classes/SegmentStream.cs index f8e6f705..83031bba 100644 --- a/Common/Classes/SegmentStream.cs +++ b/Common/Classes/SegmentStream.cs @@ -49,7 +49,7 @@ The above copyright notice and this permission notice shall be included in all c namespace Media.Common { /// - /// Used to crete a continious stream to locations of memory which may not be next to each other and could even overlap. + /// Used to crete a continious stream to locations of memory which may not be contiguous and could even overlap. /// public class SegmentStream : System.IO.Stream, IDisposed {