diff --git a/controls/combo.c b/controls/combo.c index a26824c0453..120d3bcb2c1 100644 --- a/controls/combo.c +++ b/controls/combo.c @@ -459,7 +459,7 @@ static LRESULT COMBO_WindowPosChanging( /* * Resizing a combobox has another side effect, it resizes the dropped * rectangle as well. However, it does it only if the new height for the - * combobox is different than the height it should have. In other words, + * combobox is different from the height it should have. In other words, * if the application resizing the combobox only had the intention to resize * the actual control, for example, to do the layout of a dialog that is * resized, the height of the dropdown is not changed. diff --git a/dlls/msvcrt/mbcs.c b/dlls/msvcrt/mbcs.c index 8b4b4b6740c..271e06e6188 100644 --- a/dlls/msvcrt/mbcs.c +++ b/dlls/msvcrt/mbcs.c @@ -5,7 +5,7 @@ * Copyright 2000 Jon Griffths * * FIXME - * Not currently binary compatable with win32. MSVCRT_mbctype must be + * Not currently binary compatible with win32. MSVCRT_mbctype must be * populated correctly and the ismb* functions should reference it. */ #include "msvcrt.h" diff --git a/objects/bitmap.c b/objects/bitmap.c index c07e05f4fb1..7b4c4cad76e 100644 --- a/objects/bitmap.c +++ b/objects/bitmap.c @@ -262,7 +262,7 @@ LONG WINAPI GetBitmapBits( count = height * bmp->bitmap.bmWidthBytes; if (count == 0) { - WARN("Less then one entire line requested\n"); + WARN("Less than one entire line requested\n"); ret = 0; goto done; } diff --git a/tools/specmaker/output.c b/tools/specmaker/output.c index b966a24dfb6..cb9a2fe8948 100644 --- a/tools/specmaker/output.c +++ b/tools/specmaker/output.c @@ -353,7 +353,7 @@ static void output_c_postamble (void) /******************************************************************* * output_makefile * - * Write a Wine compatable makefile.in + * Write a Wine compatible makefile.in */ void output_makefile (void) { @@ -545,4 +545,4 @@ static const char *get_in_or_out (const parsed_symbol *sym, size_t arg) } assert (0); return ""; -} \ No newline at end of file +}