From: nhmall Date: Thu, 10 Nov 2022 17:22:13 +0000 (-0500) Subject: typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ef7135ccda91bc873b4c31d2fcdcdb62581e3c8;p=nethack typo --- diff --git a/src/rip.c b/src/rip.c index 9245b3813..773df236a 100644 --- a/src/rip.c +++ b/src/rip.c @@ -6,7 +6,7 @@ #include "hack.h" /* Defining TEXT_TOMBSTONE causes genl_outrip() to exist, but it doesn't - necessarily have to be used by a binary with mulitple window-ports */ + necessarily have to be used by a binary with multiple window-ports */ #if defined(TTY_GRAPHICS) || defined(X11_GRAPHICS) || defined(GEM_GRAPHICS) \ || defined(DUMPLOG) || defined(CURSES_GRAPHICS) || defined(SHIM_GRAPHICS)