From c76b73c48bb05dccf2a6b71642a8aaaacc6f9217 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:46:29 -0400 Subject: [PATCH] spelling: management Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- test/optional_test_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/optional_test_common.hpp b/test/optional_test_common.hpp index 943e646..389ad67 100644 --- a/test/optional_test_common.hpp +++ b/test/optional_test_common.hpp @@ -58,7 +58,7 @@ using boost::get_pointer ; #define ARG(T) (static_cast< T const* >(0)) // -// Helper class used to verify the lifetime managment of the values held by optional +// Helper class used to verify the lifetime management of the values held by optional // class X {