fix typos

This commit is contained in:
RainRat
2024-02-28 20:15:56 -08:00
parent b53a43027f
commit a3658f85ac
167 changed files with 320 additions and 320 deletions

View File

@@ -309,7 +309,7 @@ setftty(void)
start_screen();
}
void intron(void) /* enable kbd interupts if enabled when game started */
void intron(void) /* enable kbd interrupts if enabled when game started */
{
#ifdef TTY_GRAPHICS
/* Ugly hack to keep from changing tty modes for non-tty games -dlc */