summaryrefslogtreecommitdiff
path: root/wake.h
diff options
context:
space:
mode:
authorklemens <ka7@github.com>2016-12-27 18:34:57 +0100
committerklemens <ka7@github.com>2016-12-27 18:34:57 +0100
commit5a5c6330735798ed7670cfe1d28986d0a88fb6a9 (patch)
tree5c351b3fbc98cfeeb3d9c7fdd0fc926724223e30 /wake.h
parent06f79d904d5d4a801910e31bcca2846e5afbeaff (diff)
downloadcryptopp-git-5a5c6330735798ed7670cfe1d28986d0a88fb6a9.tar.gz
spelling fixes
Diffstat (limited to 'wake.h')
-rw-r--r--wake.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/wake.h b/wake.h
index 79d8b601..55736cb5 100644
--- a/wake.h
+++ b/wake.h
@@ -14,7 +14,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class WAKE_OFB_Info
//! \brief WAKE stream cipher information
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
struct WAKE_OFB_Info : public FixedKeyLength<32>
@@ -34,7 +34,7 @@ protected:
//! \class WAKE_Policy
//! \brief WAKE stream cipher operation
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
class CRYPTOPP_NO_VTABLE WAKE_Policy : public AdditiveCipherConcretePolicy<word32, 1, 64>, protected WAKE_Base
@@ -48,7 +48,7 @@ protected:
//! \class WAKE_OFB
//! \brief WAKE stream cipher
-//! \tparam B Endianess of the stream cipher
+//! \tparam B Endianness of the stream cipher
//! \since Crypto++ 1.0
template <class B = BigEndian>
struct WAKE_OFB : public WAKE_OFB_Info<B>, public SymmetricCipherDocumentation