]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Nov 2000 16:27:47 +0000 (16:27 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Nov 2000 16:27:47 +0000 (16:27 +0000)
src/w32term.h
src/xdisp.c

index 152d83e2aa659b6d5d68550d0a58d5fce9850130..fb3c14070dfdd740e0dd277b1260c1d82b21cce9 100644 (file)
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA.  */
   ((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
index 2b61c26e59cc3bf95cbbc17feb6fdcf3aec5ba2a..7bc591c965227134bb96d3b1ca1671776abd82aa 100644 (file)
@@ -552,7 +552,7 @@ int automatic_hscrolling_p;
 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.  */