summaryrefslogtreecommitdiff
path: root/cryptlib.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cryptlib.cpp')
-rw-r--r--cryptlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptlib.cpp b/cryptlib.cpp
index a7523497..0199677c 100644
--- a/cryptlib.cpp
+++ b/cryptlib.cpp
@@ -1018,7 +1018,7 @@ int LibraryVersion(CRYPTOPP_NOINLINE_DOTDOTDOT)
class NullNameValuePairs : public NameValuePairs
{
public:
- NullNameValuePairs() {} // Clang complains a default ctor must be avilable
+ NullNameValuePairs() {} // Clang complains a default ctor must be available
bool GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const
{CRYPTOPP_UNUSED(name); CRYPTOPP_UNUSED(valueType); CRYPTOPP_UNUSED(pValue); return false;}
};