# HG changeset patch # User Eli Zaretskii # Date 974132867 0 # Node ID 79e5d8c30cf23654039c526ecea0a993300c1419 # Parent f14b665a33a098b840d79452baef791769556901 Fix a typo in a comment. diff -r f14b665a33a0 -r 79e5d8c30cf2 src/w32term.h --- a/src/w32term.h Mon Nov 13 16:24:15 2000 +0000 +++ b/src/w32term.h Mon Nov 13 16:27:47 2000 +0000 @@ -40,7 +40,7 @@ ((f)->bdf ? (f)->bdf->width : (f)->tm.tmMaxCharWidth) #define CP_DEFAULT 1004 -/* Special psuedo-codepages. */ +/* Special pseudo-codepages. */ #define CP_8BIT -1 #define CP_UNICODE -2 #define CP_INVALID -3 diff -r f14b665a33a0 -r 79e5d8c30cf2 src/xdisp.c --- a/src/xdisp.c Mon Nov 13 16:24:15 2000 +0000 +++ b/src/xdisp.c Mon Nov 13 16:27:47 2000 +0000 @@ -552,7 +552,7 @@ Lisp_Object Vimage_types; /* The variable `resize-mini-windows'. If nil, don't resize - mini-winodws. If t, always resize them to fit the text they + mini-windows. If t, always resize them to fit the text they display. If `grow-only', let mini-windows grow only until they become empty. */