]> granicus.if.org Git - nethack/commitdiff
typo in comments
authornhmall <nhmall@nethack.org>
Tue, 5 Jan 2021 15:44:19 +0000 (10:44 -0500)
committernhmall <nhmall@nethack.org>
Tue, 5 Jan 2021 15:44:19 +0000 (10:44 -0500)
doc/window.doc
include/wintype.h
win/curses/cursmain.c

index 712db7fc616b7238f45c86a1047b2f0e86c1754b..16f64dd623c2d81449a41cfe1ea56febf0f420b9 100644 (file)
@@ -206,7 +206,7 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
                     int glyph;            /* the display entity */
                     int color;            /* color for window ports not using a tile */
                     int ttychar;          /* the character mapping for the original tty
-                                             interace. Most or all window ports wanted
+                                             interface. Most or all window ports wanted
                                              and used this for various things so it is
                                              provided in 3.7+ */
                     short int symidx;    /* offset into syms array */
index 95933986f76e38d4eafead1c39962ec41216c62a..aebfbf80f1937bbf57e60c14e03875c11a0cf225 100644 (file)
@@ -57,7 +57,7 @@ typedef struct gi {
     int glyph;            /* the display entity */
     int color;            /* color for window ports not using a tile */
     int ttychar;          /* the character mapping for the original tty
-                             interace. Most or all window ports wanted
+                             interface. Most or all window ports wanted
                              and used this for various things so it is
                              provided in 3.7+ */
     short int symidx;     /* offset into syms array */
index dd736d407f598dce47f3f188c18b42fdfc81d6d4..ed752a45ca8cac591fbc538b464655503f2cbe4c 100644 (file)
@@ -706,11 +706,11 @@ print_glyph(window, x, y, glyphinfo, bkglyphinfo)
                     int glyph;            the display entity
                     int color;            color for window ports not using a tile
                     int ttychar;          the character mapping for the original tty
-                                             interace. Most or all window ports wanted
-                                             and used this for various things so it is
-                                             provided in 3.7+
+                                          interface. Most or all window ports wanted
+                                          and used this for various things so it is
+                                          provided in 3.7+
                     short int symidx;     offset into syms array
-                    unsigned glyphflags;       more detail about the entity
+                    unsigned glyphflags;  more detail about the entity
 
 */