From: nethack.rankin Date: Wed, 9 Aug 2006 23:40:28 +0000 (+0000) Subject: comment typo X-Git-Tag: MOVE2GIT~933 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=075d466f3aad166331eaab0bd2475d298b9f0436;p=nethack comment typo --- diff --git a/src/hack.c b/src/hack.c index 80e300c59..d9c87000f 100644 --- a/src/hack.c +++ b/src/hack.c @@ -220,7 +220,7 @@ moverock() case LEVEL_TELEP: case TELEP_TRAP: { - int newlev = 0; /* lint suppresion */ + int newlev = 0; /* lint suppression */ d_level dest; if (ttmp->ttyp == LEVEL_TELEP) {