]> granicus.if.org Git - nethack/commitdiff
typo
authornhmall <nhmall@nethack.org>
Thu, 10 Nov 2022 17:22:13 +0000 (12:22 -0500)
committernhmall <nhmall@nethack.org>
Thu, 10 Nov 2022 17:22:13 +0000 (12:22 -0500)
src/rip.c

index 9245b3813f33b0d9a55789e735df901b5c036735..773df236ab46b174892514ea78b50237b0d6d082 100644 (file)
--- 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)