diff src/redisplay-msw.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 4b85ae5eabfb
children bbff43aa5eb7
line wrap: on
line diff
--- a/src/redisplay-msw.c	Mon Aug 13 11:06:08 2007 +0200
+++ b/src/redisplay-msw.c	Mon Aug 13 11:07:10 2007 +0200
@@ -54,7 +54,7 @@
 #define MSWINDOWS_EOL_CURSOR_WIDTH	5
 
 /*
- * Random forward delarations
+ * Random forward declarations
  */
 static void mswindows_update_dc (HDC hdc, Lisp_Object font, Lisp_Object fg,
 				 Lisp_Object bg, Lisp_Object bg_pmap);
@@ -1087,7 +1087,7 @@
 
  Given a display line, a block number for that start line, output all
  runes between start and end in the specified display block.
- Ripped off with mininmal thought from the corresponding X routine.
+ Ripped off with minimal thought from the corresponding X routine.
  ****************************************************************************/
 static void
 mswindows_output_display_block (struct window *w, struct display_line *dl, int block,
@@ -1346,7 +1346,7 @@
   /* Draw a shadow around the divider */
   if (shadow != 0)
     {
-      /* #### This will be fixed to support arbitrary thichkness */
+      /* #### This will be fixed to support arbitrary thickness */
       InflateRect (&rect, abs_shadow, abs_shadow);
       DrawEdge (FRAME_MSWINDOWS_DC (f), &rect,
 		shadow > 0 ? EDGE_RAISED : EDGE_SUNKEN, BF_RECT);