summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;