Fix spelling

pull/795/head
Jeffrey Walton 2019-02-06 01:23:27 -05:00
parent 26c83877ef
commit 0661536bd6
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -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