diff --git a/include/boost/container/small_vector.hpp b/include/boost/container/small_vector.hpp index 14e398a..9759d2f 100644 --- a/include/boost/container/small_vector.hpp +++ b/include/boost/container/small_vector.hpp @@ -295,7 +295,7 @@ class small_vector_allocator }; //! This class consists of common code from all small_vector types that don't depend on the -//! "N" template parameter. This class is non-copyable and non-destructible, so this class tipically +//! "N" template parameter. This class is non-copyable and non-destructible, so this class typically //! used as reference argument to functions that read or write small vectors. Since `small_vector` //! derives from `small_vector_base`, the conversion to `small_vector_base` is implicit //!