Fixing typo.

This commit is contained in:
Bart House
2018-05-13 12:49:52 -07:00
parent 650d5230ec
commit 3dbbd188d9

View 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");
}
}