summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-02-06 01:23:27 -0500
committerJeffrey Walton <noloader@gmail.com>2019-02-06 01:23:27 -0500
commit0661536bd6d6665e45b1b7f69f38affa1555459e (patch)
tree92fd66ff44b813611b925b4b4ddedb2b2ad37274 /secblock.h
parent26c83877ef30c81054746721f23f8df91ef44337 (diff)
downloadcryptopp-git-0661536bd6d6665e45b1b7f69f38affa1555459e.tar.gz
Fix spelling
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secblock.h b/secblock.h
index 37c9c3fb..af1d96f0 100644
--- a/secblock.h
+++ b/secblock.h
@@ -254,7 +254,7 @@ public:
return StandardReallocate(*this, oldPtr, oldSize, newSize, preserve);
}
- /// \brief Template class memeber Rebind
+ /// \brief Template class member Rebind
/// \tparam V bound class or type
/// \details Rebind allows a container class to allocate a different type of object
/// to store elements. For example, a std::list will allocate std::list_node to