From 0661536bd6d6665e45b1b7f69f38affa1555459e Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 6 Feb 2019 01:23:27 -0500 Subject: Fix spelling --- secblock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'secblock.h') 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 -- cgit v1.2.1