changeset 33453:79e5d8c30cf2

Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Nov 2000 16:27:47 +0000
parents f14b665a33a0
children 782f1528462b
files src/w32term.h src/xdisp.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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.  */