From 047928d670ac7c5fd530a66e76dd98597299ad4d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 6 Oct 2022 18:06:20 +1300 Subject: [PATCH] Fix comment typo --- Examples/test-suite/cpp11_move_only_valuewrapper.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/test-suite/cpp11_move_only_valuewrapper.i b/Examples/test-suite/cpp11_move_only_valuewrapper.i index a4194ea86..d9162bf3e 100644 --- a/Examples/test-suite/cpp11_move_only_valuewrapper.i +++ b/Examples/test-suite/cpp11_move_only_valuewrapper.i @@ -4,7 +4,7 @@ * This test case checks SwigValueWrapper and move assignment. * Although not necessary, the test case was developed testing with C++98 compatibility for comparing improvements. * C++11 and later is of course required for the move assignment support. - * C++98 is not actually necesary now as the test-suite only runs this test with compilers that support C++11 and later. + * C++98 is not actually necessary now as the test-suite only runs this test with compilers that support C++11 and later. */ %{