diff options
Diffstat (limited to 'contrib/dotzlib/DotZLib/GZipStream.cs')
-rw-r--r-- | contrib/dotzlib/DotZLib/GZipStream.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/dotzlib/DotZLib/GZipStream.cs b/contrib/dotzlib/DotZLib/GZipStream.cs index b161300..58091d3 100644 --- a/contrib/dotzlib/DotZLib/GZipStream.cs +++ b/contrib/dotzlib/DotZLib/GZipStream.cs | |||
@@ -246,7 +246,7 @@ namespace DotZLib | |||
246 | } | 246 | } |
247 | 247 | ||
248 | /// <summary> | 248 | /// <summary> |
249 | /// Not suppported. | 249 | /// Not supported. |
250 | /// </summary> | 250 | /// </summary> |
251 | /// <param name="offset"></param> | 251 | /// <param name="offset"></param> |
252 | /// <param name="origin"></param> | 252 | /// <param name="origin"></param> |
@@ -268,7 +268,7 @@ namespace DotZLib | |||
268 | } | 268 | } |
269 | 269 | ||
270 | /// <summary> | 270 | /// <summary> |
271 | /// Gets/sets the current position in the <c>GZipStream</c>. Not suppported. | 271 | /// Gets/sets the current position in the <c>GZipStream</c>. Not supported. |
272 | /// </summary> | 272 | /// </summary> |
273 | /// <remarks>In this implementation this property is not supported</remarks> | 273 | /// <remarks>In this implementation this property is not supported</remarks> |
274 | /// <exception cref="NotSupportedException">Always thrown</exception> | 274 | /// <exception cref="NotSupportedException">Always thrown</exception> |
@@ -285,7 +285,7 @@ namespace DotZLib | |||
285 | } | 285 | } |
286 | 286 | ||
287 | /// <summary> | 287 | /// <summary> |
288 | /// Gets the size of the stream. Not suppported. | 288 | /// Gets the size of the stream. Not supported. |
289 | /// </summary> | 289 | /// </summary> |
290 | /// <remarks>In this implementation this property is not supported</remarks> | 290 | /// <remarks>In this implementation this property is not supported</remarks> |
291 | /// <exception cref="NotSupportedException">Always thrown</exception> | 291 | /// <exception cref="NotSupportedException">Always thrown</exception> |