Comment typofixes

This commit is contained in:
Pasi Kallinen
2015-10-17 12:28:52 +03:00
parent f4ec27ea13
commit f8b48490aa
23 changed files with 28 additions and 28 deletions

View File

@@ -270,7 +270,7 @@ popch()
char
pgetchar()
{ /* curtesy of aeb@cwi.nl */
{ /* courtesy of aeb@cwi.nl */
register int ch;
if (!(ch = popch()))
@@ -1435,7 +1435,7 @@ int final;
(u.ualign.type != u.ualignbase[A_ORIGINAL])
? "now "
:
/* athiest (ignored in very early game); lastly, normal case
/* atheist (ignored in very early game); lastly, normal case
*/
(!u.uconduct.gnostic && moves > 1000L) ? "nominally " : "",
u_gname());