summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs')
-rw-r--r--Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs b/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs
index b110dae6a19..bffe6093c3b 100644
--- a/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs
+++ b/Build/source/libs/zlib/zlib-src/contrib/dotzlib/DotZLib/ChecksumImpl.cs
@@ -61,7 +61,7 @@ namespace DotZLib
/// <exception cref="ArgumentException">The sum of offset and count is larger than the length of <c>data</c></exception>
/// <exception cref="NullReferenceException"><c>data</c> is a null reference</exception>
/// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>
- /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.
+ /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.
/// This is therefore the only method a derived class has to implement</remarks>
public abstract void Update(byte[] data, int offset, int count);