user32: Fix a typo in a comment

Frédéric Delanoy frederic.delanoy at gmail.com
Wed May 18 14:46:02 CDT 2016


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 )
-- 
2.8.2




More information about the wine-patches mailing list