diff --git a/include/tanuki/tanuki.hpp b/include/tanuki/tanuki.hpp index c3e7a8c..09e905f 100644 --- a/include/tanuki/tanuki.hpp +++ b/include/tanuki/tanuki.hpp @@ -1260,7 +1260,7 @@ class TANUKI_VISIBLE wrap : private detail::wrap_storage{}(ptr, this->static_storage + sizeof(this->static_storage)); } - // Implementation of generic construction. This will constrcut + // Implementation of generic construction. This will construct // a holder with value type T using the construction argument(s) x. // NOTE: the requirements for the construction of the holder object // are in the holder_constructible_from concept.