summaryrefslogtreecommitdiff
path: root/pubkey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-08-03 15:38:39 -0400
committerJeffrey Walton <noloader@gmail.com>2019-08-03 15:38:39 -0400
commit3c5cb828b14229440064b07f00729f2e63f69457 (patch)
tree7c3da74b4f2acdc89f7da0e26b6c319387f6d905 /pubkey.h
parent84c4ae429f643cf1e84b5ef11cb2f5f12a5d6d76 (diff)
downloadcryptopp-git-3c5cb828b14229440064b07f00729f2e63f69457.tar.gz
Spelling
Diffstat (limited to 'pubkey.h')
-rw-r--r--pubkey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pubkey.h b/pubkey.h
index 654df8c3..6a43a872 100644
--- a/pubkey.h
+++ b/pubkey.h
@@ -886,7 +886,7 @@ public:
/// \brief Retrieves the encoded element's size
/// \param reversible flag indicating the encoding format
/// \return encoded element's size, in bytes
- /// \details The format of the encoded element varies by the underlyinhg type of the element and the
+ /// \details The format of the encoded element varies by the underlying type of the element and the
/// reversible flag. GetEncodedElementSize() must be implemented in a derived class.
/// \sa GetEncodedElementSize(), EncodeElement(), DecodeElement()
virtual unsigned int GetEncodedElementSize(bool reversible) const =0;