From e3870fcf9ad033ee1785299a71b9f8dd8b0cd735 Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Thu, 5 Feb 2015 21:43:13 +0700 Subject: Spelling fixes --- crypto/src/security/SignerUtilities.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/src/security') 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 } /// - /// Returns a ObjectIdentifier for a give encoding. + /// Returns an ObjectIdentifier for a given encoding. /// /// A string representation of the encoding. - /// A DerObjectIdentifier, null if the Oid is not available. + /// A DerObjectIdentifier, null if the OID is not available. // TODO Don't really want to support this public static DerObjectIdentifier GetObjectIdentifier( string mechanism) -- cgit 1.4.1