From 05fc3cdf9a887e328dcfcc47241cbff5c53cf302 Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@free.fr>
Date: Mon, 22 Jan 2001 02:22:26 +0000
Subject: [PATCH] Typo fixes in comments.

---
 controls/combo.c         | 2 +-
 dlls/msvcrt/mbcs.c       | 2 +-
 objects/bitmap.c         | 2 +-
 tools/specmaker/output.c | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/controls/combo.c b/controls/combo.c
index a26824c045..120d3bcb2c 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 8b4b4b6740..271e06e618 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 c07e05f4fb..7b4c4cad76 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 b966a24dfb..cb9a2fe894 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
+}