Browse Source

fix comment typo.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
f6e672e06d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CryptoLib/src/Security/ClpDigestUtilities.pas

+ 1 - 1
CryptoLib/src/Security/ClpDigestUtilities.pas

@@ -67,7 +67,7 @@ type
     /// <summary>
     /// Returns a ObjectIdentifier for a given digest mechanism.
     /// </summary>
-    /// <param name="mechanism">A string representation of the digest meanism.</param>
+    /// <param name="mechanism">A string representation of the digest mechanism.</param>
     /// <returns>A DerObjectIdentifier, null if the Oid is not available.</returns>
     class function GetObjectIdentifier(mechanism: String)
       : IDerObjectIdentifier; static;