]> granicus.if.org Git - nethack/commitdiff
Fixing typo.
authorBart House <bart@barthouse.com>
Sun, 13 May 2018 19:49:52 +0000 (12:49 -0700)
committerBart House <bart@barthouse.com>
Sun, 13 May 2018 19:49:52 +0000 (12:49 -0700)
sys/winnt/nttty.c

index d641b29818657ddad32ec33f3bfb479c56ac0d28..33bfbb6306e0d2f8332dfd0ac6c04720e2eb8b37 100644 (file)
@@ -1865,7 +1865,7 @@ void nethack_enter_nttty()
             error("Unable to load nhdefkey.dll");
     } else {
         if (!load_keyboard_handler("nhraykey"))
-            error("Unable to load nhdefkey.dll");
+            error("Unable to load nhraykey.dll");
     }
 }