git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zlib-1.3.1 / contrib / dotzlib / DotZLib / ChecksumImpl.cs
@@ -34,7 +34,7 @@ namespace DotZLib
         }\r
 \r
         /// <summary>\r
-        /// Initializes a new instance of the checksum generator basewith a specified value\r
+        /// Initializes a new instance of the checksum generator base with a specified value\r
         /// </summary>\r
         /// <param name="initialValue">The value to set the current checksum to</param>\r
         public ChecksumGeneratorBase(uint initialValue)\r
@@ -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>\r
         /// <exception cref="NullReferenceException"><c>data</c> is a null reference</exception>\r
         /// <exception cref="ArgumentOutOfRangeException">Offset or count is negative.</exception>\r
-        /// <remarks>All the other <c>Update</c> methods are implmeneted in terms of this one.\r
+        /// <remarks>All the other <c>Update</c> methods are implemented in terms of this one.\r
         /// This is therefore the only method a derived class has to implement</remarks>\r
         public abstract void Update(byte[] data, int offset, int count);\r
 \r