user32: Fix a typo in a comment

Ken Thomases ken at codeweavers.com
Wed May 18 15:23:55 CDT 2016


On May 18, 2016, at 2:46 PM, Frédéric Delanoy <frederic.delanoy at gmail.com> wrote:
> 
> Signed-off-by: Frédéric Delanoy <frederic.delanoy at 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




More information about the wine-devel mailing list