From: nhmall Date: Tue, 5 Jan 2021 15:44:19 +0000 (-0500) Subject: typo in comments X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cbf95b350177711af38d1bc2111bdd79e3ade9e;p=nethack typo in comments --- diff --git a/doc/window.doc b/doc/window.doc index 712db7fc6..16f64dd62 100644 --- a/doc/window.doc +++ b/doc/window.doc @@ -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 */ diff --git a/include/wintype.h b/include/wintype.h index 95933986f..aebfbf80f 100644 --- a/include/wintype.h +++ b/include/wintype.h @@ -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 */ diff --git a/win/curses/cursmain.c b/win/curses/cursmain.c index dd736d407..ed752a45c 100644 --- a/win/curses/cursmain.c +++ b/win/curses/cursmain.c @@ -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 */