summary refs log tree commit diff
path: root/crypto/bzip2
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bzip2')
-rw-r--r--crypto/bzip2/src/CBZip2OutputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bzip2/src/CBZip2OutputStream.cs b/crypto/bzip2/src/CBZip2OutputStream.cs
index 15e816f3a..80b054c29 100644
--- a/crypto/bzip2/src/CBZip2OutputStream.cs
+++ b/crypto/bzip2/src/CBZip2OutputStream.cs
@@ -387,7 +387,7 @@ namespace Org.BouncyCastle.Apache.Bzip2
 //        }
 
 #if PORTABLE
-        protected override void Disposing(bool disposing)
+        protected override void Dispose(bool disposing)
         {
             if (disposing)
             {