diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-02-05 21:43:13 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-02-05 21:43:13 +0700 |
commit | e3870fcf9ad033ee1785299a71b9f8dd8b0cd735 (patch) | |
tree | c72204272ccac7678a8892aa54ce3ba658cb0dd2 /crypto | |
parent | Port of recent TLS-PSK work from Java build (diff) | |
download | BouncyCastle.NET-ed25519-e3870fcf9ad033ee1785299a71b9f8dd8b0cd735.tar.xz |
Spelling fixes
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/src/security/SignerUtilities.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/security/SignerUtilities.cs b/crypto/src/security/SignerUtilities.cs index 0cf113f65..c1aea50d6 100644 --- a/crypto/src/security/SignerUtilities.cs +++ b/crypto/src/security/SignerUtilities.cs @@ -261,10 +261,10 @@ namespace Org.BouncyCastle.Security } /// <summary> - /// Returns a ObjectIdentifier for a give encoding. + /// Returns an ObjectIdentifier for a given encoding. /// </summary> /// <param name="mechanism">A string representation of the encoding.</param> - /// <returns>A DerObjectIdentifier, null if the Oid is not available.</returns> + /// <returns>A DerObjectIdentifier, null if the OID is not available.</returns> // TODO Don't really want to support this public static DerObjectIdentifier GetObjectIdentifier( string mechanism) |