From ec68e3237ee380b5cda24e339721840330a20212 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Jul 2000 11:17:16 +0000 Subject: [PATCH] Correct a typo in a comment. --- src/dispextern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dispextern.h b/src/dispextern.h index f08c322f228..44a1a04d6c1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1877,7 +1877,7 @@ struct redisplay_interface /* Flush the display of frame F. For X, this is XFlush. */ void (*flush_display) P_ ((struct frame *f)); - /* Clear the mouse hightlight in windwo W, if there is any. */ + /* Clear the mouse hightlight in window W, if there is any. */ void (*clear_mouse_face) P_ ((struct window *w)); /* Set *LEFT and *RIGHT to the left and right overhang of GLYPH on -- 2.11.4.GIT