spelling: unswapped

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-11-01 21:46:39 -04:00
committed by Andrzej Krzemienski
parent d4f84a868d
commit 302f39e545

View File

@ -687,7 +687,7 @@ void test_throwing_swap( T const* )
try
{
// This should attempt to swap optionals and fail at opt0.reset(*opt1)
// Both opt0 and op1 are left unchanged (unswaped)
// Both opt0 and op1 are left unchanged (unswapped)
swap(opt0,opt1);
passed = true ;