aboutsummaryrefslogtreecommitdiff
path: root/contrib/dotzlib/DotZLib/ChecksumImpl.cs
diff options
context:
space:
mode:
authorTHE-Spellchecker <The.Spellchecker@outlook.com>2023-12-02 16:56:47 -0600
committerMark Adler <madler@alumni.caltech.edu>2024-01-17 13:49:11 -0800
commit01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch)
treeb00812cd5ba12d7ee803f2771d2f0e1304e66677 /contrib/dotzlib/DotZLib/ChecksumImpl.cs
parent16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff)
downloadzlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz
zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2
zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip
Fix random typos over several source and text files.
Diffstat (limited to 'contrib/dotzlib/DotZLib/ChecksumImpl.cs')
-rw-r--r--contrib/dotzlib/DotZLib/ChecksumImpl.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dotzlib/DotZLib/ChecksumImpl.cs b/contrib/dotzlib/DotZLib/ChecksumImpl.cs
index c1230bf..de88dcf 100644
--- a/contrib/dotzlib/DotZLib/ChecksumImpl.cs
+++ b/contrib/dotzlib/DotZLib/ChecksumImpl.cs
@@ -34,7 +34,7 @@ namespace DotZLib
34 } 34 }
35 35
36 /// <summary> 36 /// <summary>
37 /// Initializes a new instance of the checksum generator basewith a specified value 37 /// Initializes a new instance of the checksum generator base with a specified value
38 /// </summary> 38 /// </summary>
39 /// <param name="initialValue">The value to set the current checksum to</param> 39 /// <param name="initialValue">The value to set the current checksum to</param>
40 public ChecksumGeneratorBase(uint initialValue) 40 public ChecksumGeneratorBase(uint initialValue)