From 9ef7135ccda91bc873b4c31d2fcdcdb62581e3c8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 10 Nov 2022 12:22:13 -0500 Subject: [PATCH] typo --- src/rip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)