]> granicus.if.org Git - nethack/commitdiff
minor things
authorarromdee <arromdee>
Wed, 23 Jan 2002 01:41:53 +0000 (01:41 +0000)
committerarromdee <arromdee>
Wed, 23 Jan 2002 01:41:53 +0000 (01:41 +0000)
Two unrelated tids.  I wouldn't bother putting them into Beta 1. :-)

doc/fixes33.2
src/cmd.c

index 387c8cdbcfb41bc943209889ac6e58140f30b4c8..9f915766b9d0e18e6217dc53d840b1d7ccf0b2a9 100644 (file)
@@ -102,7 +102,7 @@ ensure status line updates when you stop running when time is shown
 repairing a trap in a shop doorway must replace the broken door or wall as well
 sleeping steed cannot climb stairs/ladders
 can't change levels when mounted on a steed which is carrying the Amulet
-more artifacts granted by a diety are rustproof
+more artifacts granted by a deity are rustproof
 monster name feedback when using the m movement prefix allowed player to
        distinguish between peaceful and hostile monsters while hallucinating
 scrolls should not fade when hitting rust monsters, only from rust traps
index 36daa8d7f55d8ea076ca4db783a80f23392251e4..8ac53e5e31611c01222888ead898f31bc98a9a6e 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -572,7 +572,7 @@ wiz_level_change()
     int newlevel;
     int ret;
 
-    getlin("To what experience level do you want to be raised?", buf);
+    getlin("To what experience level do you want to be set?", buf);
     (void)mungspaces(buf);
     if (buf[0] == '\033' || buf[0] == '\0') ret = 0;
     else ret = sscanf(buf, "%d", &newlevel);