summary refs log tree commit diff
path: root/crypto/src/util/io/BaseInputStream.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
commit94ce0115017a8e36bfae253274ce0d804d928009 (patch)
tree42ea6057291ac35185e136e79922d7f5c47ae4c7 /crypto/src/util/io/BaseInputStream.cs
parentReplace Close with Dispose for PORTABLE (diff)
downloadBouncyCastle.NET-ed25519-94ce0115017a8e36bfae253274ce0d804d928009.tar.xz
Oops, fix method names
Diffstat (limited to 'crypto/src/util/io/BaseInputStream.cs')
-rw-r--r--crypto/src/util/io/BaseInputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/io/BaseInputStream.cs b/crypto/src/util/io/BaseInputStream.cs
index 36725acd2..0a6e19307 100644
--- a/crypto/src/util/io/BaseInputStream.cs
+++ b/crypto/src/util/io/BaseInputStream.cs
@@ -13,7 +13,7 @@ namespace Org.BouncyCastle.Utilities.IO
         public sealed override bool CanWrite { get { return false; } }
 
 #if PORTABLE
-        protected override void Disposing(bool disposing)
+        protected override void Dispose(bool disposing)
         {
             if (disposing)
             {