summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/crypto/util/OpenSshPublicKeyUtilities.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/crypto/util/OpenSshPublicKeyUtilities.cs b/crypto/src/crypto/util/OpenSshPublicKeyUtilities.cs
index f04ab85f7..ce305a898 100644
--- a/crypto/src/crypto/util/OpenSshPublicKeyUtilities.cs
+++ b/crypto/src/crypto/util/OpenSshPublicKeyUtilities.cs
@@ -89,7 +89,7 @@ namespace Org.BouncyCastle.Crypto.Utilities
                 return builder.GetBytes();
             }
 
-            throw new ArgumentException("unable to convert " + Platform.GetTypeName(cipherParameters) + " to private key");
+            throw new ArgumentException("unable to convert " + Platform.GetTypeName(cipherParameters) + " to public key");
         }
 
         /**