]> granicus.if.org Git - nethack/commitdiff
comment typo
authorPatR <rankin@nethack.org>
Mon, 27 Apr 2020 18:54:52 +0000 (11:54 -0700)
committerPatR <rankin@nethack.org>
Mon, 27 Apr 2020 18:54:52 +0000 (11:54 -0700)
src/hack.c

index b5a92d4b247bce50394ae27e164264d69dd78cdc..52faa6f06d1bcd19aef7dbcdb877dc6f5050fa84 100644 (file)
@@ -1778,7 +1778,7 @@ domove_core()
         return;
 
     mtmp = m_at(x, y);
-    /* tentaively move the hero plus steed; leave CLIPPING til later */
+    /* tentatively move the hero plus steed; leave CLIPPING til later */
     u.ux += u.dx;
     u.uy += u.dy;
     if (u.usteed) {