]> granicus.if.org Git - nethack/commitdiff
Typofix.
authorPasi Kallinen <paxed@alt.org>
Fri, 13 Feb 2015 20:32:33 +0000 (22:32 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 13 Feb 2015 20:32:33 +0000 (22:32 +0200)
src/cmd.c
sys/unix/sysconf

index 064d85a882d1446660e416dd8bc206c92a4c7845..74d5a5db7ad2732c0801bbfb5c4c901a67df6d91 100644 (file)
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -1276,7 +1276,7 @@ int final;        /* ENL_GAMEINPROGRESS:0, ENL_GAVEOVERALIVE, ENL_GAMEOVERDEAD */
     *tmpbuf = highc(*tmpbuf);  /* same adjustment as bottom line */
     /* as in background_enlighenment, when poly'd we need to use the saved
        gender in u.mfemale rather than the current you-as-monster gender */
-    Sprintf(buf, "%s the %s's atttributes:", tmpbuf,
+    Sprintf(buf, "%s the %s's attributes:", tmpbuf,
            ((Upolyd ? u.mfemale : flags.female) && urole.name.f) ?
                urole.name.f : urole.name.m);
 
index 34efdcb8a412d2eba8fa5cddae967a4097004323..99bcab3d805176c83d8db4b9f921872a80020433 100644 (file)
@@ -29,7 +29,7 @@ MAXPLAYERS=10
 # Record (high score) file options.
 # CAUTION: changing these after people have started playing games can
 #  lead to lost high scores!
-# Maximum entries for one persion.
+# Maximum entries for one person.
 #PERSMAX=10
 # Maximum entries in the record file.
 #ENTRYMAX=100