imm32/tests: Fix the spelling of a comment.

This commit is contained in:
Francois Gouget 2023-05-16 03:55:37 +02:00 committed by Alexandre Julliard
parent a6cb10bba2
commit a109a7048f

View file

@ -3924,7 +3924,7 @@ static void test_ImmGetProperty(void)
else if (hkl == (HKL)0x08040804) expect = &expect_ime_info_0804;
else expect = &expect_ime_info;
/* IME_PROP_COMPLETE_ON_UNSELECT seems to be somtimes set on CJK locales IMEs, sometimes not */
/* IME_PROP_COMPLETE_ON_UNSELECT seems to be sometimes set on CJK locales IMEs, sometimes not */
ok_ret( expect->fdwProperty, ImmGetProperty( hkl, IGP_PROPERTY ) & ~IME_PROP_COMPLETE_ON_UNSELECT );
todo_wine
ok_ret( expect->fdwConversionCaps, ImmGetProperty( hkl, IGP_CONVERSION ) );