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)