summary refs log tree commit diff
path: root/crypto/src
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-02-05 21:43:13 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-02-05 21:43:13 +0700
commite3870fcf9ad033ee1785299a71b9f8dd8b0cd735 (patch)
treec72204272ccac7678a8892aa54ce3ba658cb0dd2 /crypto/src
parentPort of recent TLS-PSK work from Java build (diff)
downloadBouncyCastle.NET-ed25519-e3870fcf9ad033ee1785299a71b9f8dd8b0cd735.tar.xz
Spelling fixes
Diffstat (limited to 'crypto/src')
-rw-r--r--crypto/src/security/SignerUtilities.cs4
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)