From 793c8577b9cadc5c85b36fedb57d3c8c435d712b Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 13 Feb 2015 22:32:33 +0200 Subject: [PATCH] Typofix. --- src/cmd.c | 2 +- sys/unix/sysconf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cmd.c b/src/cmd.c index 064d85a88..74d5a5db7 100644 --- 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); diff --git a/sys/unix/sysconf b/sys/unix/sysconf index 34efdcb8a..99bcab3d8 100644 --- a/sys/unix/sysconf +++ b/sys/unix/sysconf @@ -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 -- 2.40.0