summaryrefslogtreecommitdiffstats
path: root/compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-29 12:38:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-08-29 12:38:12 (GMT)
commit74bc2174ad65134721bad385c9c8a495acebfb07 (patch)
treed7505a7b38a2d6808e7eeeb685fd3d90d1bef91c /compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
parenta951fd16e79634a5967b32b281e69c2ec6cd9d8e (diff)
parentf04f50447f2b67f2733b6285ecdd7b99ddaf3f26 (diff)
downloadtcl-74bc2174ad65134721bad385c9c8a495acebfb07.zip
tcl-74bc2174ad65134721bad385c9c8a495acebfb07.tar.gz
tcl-74bc2174ad65134721bad385c9c8a495acebfb07.tar.bz2
Update zlib to version 1.3
Diffstat (limited to 'compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs')
-rw-r--r--compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs b/compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
index b161300..58091d3 100644
--- a/compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
+++ b/compat/zlib/contrib/dotzlib/DotZLib/GZipStream.cs
@@ -246,7 +246,7 @@ namespace DotZLib
}
/// <summary>
- /// Not suppported.
+ /// Not supported.
/// </summary>
/// <param name="offset"></param>
/// <param name="origin"></param>
@@ -268,7 +268,7 @@ namespace DotZLib
}
/// <summary>
- /// Gets/sets the current position in the <c>GZipStream</c>. Not suppported.
+ /// Gets/sets the current position in the <c>GZipStream</c>. Not supported.
/// </summary>
/// <remarks>In this implementation this property is not supported</remarks>
/// <exception cref="NotSupportedException">Always thrown</exception>
@@ -285,7 +285,7 @@ namespace DotZLib
}
/// <summary>
- /// Gets the size of the stream. Not suppported.
+ /// Gets the size of the stream. Not supported.
/// </summary>
/// <remarks>In this implementation this property is not supported</remarks>
/// <exception cref="NotSupportedException">Always thrown</exception>