Re: user32: Fix a typo in a comment
On May 18, 2016, at 2:46 PM, Frédéric Delanoy <frederic.delanoy(a)gmail.com> wrote:
Signed-off-by: Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- dlls/user32/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c index c9b969f..143d992 100644 --- a/dlls/user32/combo.c +++ b/dlls/user32/combo.c @@ -416,7 +416,7 @@ static void CBCalcPlacement(
/* * In the case of a dropdown, the popup listbox is offset to the right. - * so, we want to make sure it's flush with the right side of the + * so, we want to make sure it's flushed with the right side of the * combobox */ if( CB_GETTYPE(lphc) == CBS_DROPDOWN )
The original is actually correct English. "Flush" is an adjective meaning aligned. Cheers, Ken
participants (1)
-
Ken Thomases