git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zlib-1.3.1 / contrib / dotzlib / DotZLib / CodecBase.cs
@@ -139,7 +139,7 @@ namespace DotZLib
         /// <remarks>This must be implemented by a derived class</remarks>\r
         protected abstract void CleanUp();\r
 \r
-        // performs the release of the handles and calls the dereived CleanUp()\r
+        // performs the release of the handles and calls the derived CleanUp()\r
         private void CleanUp(bool isDisposing)\r
         {\r
             if (!_isDisposed)\r
@@ -160,7 +160,7 @@ namespace DotZLib
         #region Helper methods\r
 \r
         /// <summary>\r
-        /// Copies a number of bytes to the internal codec buffer - ready for proccesing\r
+        /// Copies a number of bytes to the internal codec buffer - ready for processing\r
         /// </summary>\r
         /// <param name="data">The byte array that contains the data to copy</param>\r
         /// <param name="startIndex">The index of the first byte to copy</param>\r