summaryrefslogtreecommitdiff
path: root/seckey.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-11 19:51:15 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-11 19:51:15 -0400
commit4bee0519f5dabe36427a35fc764496e766b38137 (patch)
tree6754843e6badb142dc869ad491e932a6d4381e5a /seckey.h
parent22400b2ad1e8b0de784badf7a0e6c02a9a205fb1 (diff)
downloadcryptopp-git-4bee0519f5dabe36427a35fc764496e766b38137.tar.gz
Updated documentation
Diffstat (limited to 'seckey.h')
-rw-r--r--seckey.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/seckey.h b/seckey.h
index bbf1ea7a..468f8b55 100644
--- a/seckey.h
+++ b/seckey.h
@@ -295,7 +295,7 @@ public:
//! \brief Provides a valid key length for the algorithm
//! \param keylength the size of the key, in bytes
- //! \returns the valid key lenght, in bytes
+ //! \returns the valid key length, in bytes
//! \details keylength is provided in bytes, not bits. If keylength is less than MIN_KEYLENGTH,
//! then the function returns MIN_KEYLENGTH. If keylength is greater than MAX_KEYLENGTH,
//! then the function returns MAX_KEYLENGTH. if If keylength is a multiple of KEYLENGTH_MULTIPLE,