diff --git a/src/ripple/beast/container/detail/aged_unordered_container.h b/src/ripple/beast/container/detail/aged_unordered_container.h index 80ab9d731..8bc2330fa 100644 --- a/src/ripple/beast/container/detail/aged_unordered_container.h +++ b/src/ripple/beast/container/detail/aged_unordered_container.h @@ -551,7 +551,7 @@ private: m_vec.resize(count); } - // Resize the buckets to accomodate at least n items. + // Resize the buckets to accommodate at least n items. template void resize(size_type n, Container& c)