summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs')
-rw-r--r--Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs b/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs
index f0eada1d24b..c1472f6b3a3 100644
--- a/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/GZipStream.cs
+++ b/Build/source/libs/zlib/zlib-src/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>