summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
authorNinjaSnail1080 <38820548+NinjaSnail1080@users.noreply.github.com>2021-07-03 23:25:03 -0400
committerGitHub <noreply@github.com>2021-07-03 23:25:03 -0400
commit06a0ec218659714aebe52bd716d35f77306300df (patch)
tree6096f863301642718bc58fdc26ac81f83ba41b3e /asn.h
parentb810876cbf4bb3157410a50b8c4c395a31c740c5 (diff)
downloadcryptopp-git-06a0ec218659714aebe52bd716d35f77306300df.tar.gz
Fixed typos (PR #1055)
Diffstat (limited to 'asn.h')
-rw-r--r--asn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn.h b/asn.h
index d021bb63..dce81948 100644
--- a/asn.h
+++ b/asn.h
@@ -687,7 +687,7 @@ public:
/// \param bt BufferedTransformation object
/// \details Save() will write the OID associated with algorithm or scheme.
/// In the case of public and private keys, this function writes the
- /// subjectPubicKeyInfo and privateKeyInfo parts.
+ /// subjectPublicKeyInfo and privateKeyInfo parts.
void Save(BufferedTransformation &bt) const
{BEREncode(bt);}