diff options
Diffstat (limited to 'contrib/dotzlib/DotZLib/ChecksumImpl.cs')
-rw-r--r-- | contrib/dotzlib/DotZLib/ChecksumImpl.cs | 2 |
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) |