From e7eba9366682736f49843a4bee5c08be60f73076 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 2 Feb 2021 20:16:58 +0900 Subject: [PATCH] Fix typo in aged_unordered_container.h --- src/ripple/beast/container/detail/aged_unordered_container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)