aboutsummaryrefslogtreecommitdiff
path: root/contrib/dotzlib/DotZLib/GZipStream.cs
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-02-02 15:50:00 +0100
committerMark Adler <madler@alumni.caltech.edu>2023-08-03 13:53:24 -0700
commitc7ddcc2e0e8bb397ad720564228b538135ec11d8 (patch)
treee573e8efe22a097b7d18319971b4ca9b20f38ba8 /contrib/dotzlib/DotZLib/GZipStream.cs
parent2bcc74873527f2ad9d3079ba6eff15c0eadc8910 (diff)
downloadzlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.gz
zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.tar.bz2
zlib-c7ddcc2e0e8bb397ad720564228b538135ec11d8.zip
Fix some spelling errors.
Diffstat (limited to 'contrib/dotzlib/DotZLib/GZipStream.cs')
-rw-r--r--contrib/dotzlib/DotZLib/GZipStream.cs6
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>