spelling: converting

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-01 21:46:24 -04:00
committed by Andrzej Krzemienski
parent 29dd9187ec
commit 6f85014c00
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
enum E1 {e1};
enum E2 {e2};
void test_converitng_assignment_of_different_enums()
void test_converting_assignment_of_different_enums()
{
boost::optional<E2> o2(e2);
boost::optional<E1> o1;