diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-08 20:07:42 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-03-08 20:07:42 +0700 |
commit | 84c6bf45757b9ede4158ec1226b2eecc4eacdd1a (patch) | |
tree | 2e882e91bd603354fbb521f4b171a9a31af7500b /crypto/src/pkix/PkixParameters.cs | |
parent | Clear the shared secret after use (diff) | |
download | BouncyCastle.NET-ed25519-84c6bf45757b9ede4158ec1226b2eecc4eacdd1a.tar.xz |
Spelling fixes
Diffstat (limited to 'crypto/src/pkix/PkixParameters.cs')
-rw-r--r-- | crypto/src/pkix/PkixParameters.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/pkix/PkixParameters.cs b/crypto/src/pkix/PkixParameters.cs index 6df1b646f..47d3b5e37 100644 --- a/crypto/src/pkix/PkixParameters.cs +++ b/crypto/src/pkix/PkixParameters.cs @@ -745,7 +745,7 @@ namespace Org.BouncyCastle.Pkix } /** - * Returns the neccessary attributes which must be contained in an attribute + * Returns the necessary attributes which must be contained in an attribute * certificate. * <p> * The returned <code>ISet</code> is immutable and contains @@ -760,7 +760,7 @@ namespace Org.BouncyCastle.Pkix } /** - * Sets the neccessary which must be contained in an attribute certificate. + * Sets the necessary which must be contained in an attribute certificate. * <p> * The <code>ISet</code> must contain <code>String</code>s with the * OIDs. |