summaryrefslogtreecommitdiff
path: root/asn.h
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2022-01-04 12:06:35 +0200
committerGitHub <noreply@github.com>2022-01-04 05:06:35 -0500
commit715a0bcce3316a3785eb41a5080853120f9e1f41 (patch)
tree7ac00f38e562d8c2d113ca8a30f861c10476d228 /asn.h
parentd994989cda15fe92c10bd7638d98968b1dc17c05 (diff)
downloadcryptopp-git-715a0bcce3316a3785eb41a5080853120f9e1f41.tar.gz
Fix typos (PR# 1099)
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 dce81948..41ecff3c 100644
--- a/asn.h
+++ b/asn.h
@@ -110,7 +110,7 @@ public:
/// \brief Construct an UnknownOID
UnknownOID() : BERDecodeErr("BER decode error: unknown object identifier") {}
/// \brief Construct an UnknownOID
- /// \param err error message to use for the execption
+ /// \param err error message to use for the exception
UnknownOID(const char *err) : BERDecodeErr(err) {}
};