From: PatR Date: Mon, 27 Apr 2020 18:54:52 +0000 (-0700) Subject: comment typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2b8d508dd009150eb6c327c8083f364abe7876f;p=nethack comment typo --- diff --git a/src/hack.c b/src/hack.c index b5a92d4b2..52faa6f06 100644 --- a/src/hack.c +++ b/src/hack.c @@ -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) {