]> granicus.if.org Git - nethack/commitdiff
Comment typofix
authorPasi Kallinen <paxed@alt.org>
Sat, 17 Oct 2015 06:01:50 +0000 (09:01 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 17 Oct 2015 06:01:50 +0000 (09:01 +0300)
src/bones.c

index b1c9fbdedbf062a7e15f787b1040f4afea8a122f..4f8589e3a7d0edd6995a7fc06da2922ccd5829fb 100644 (file)
@@ -480,7 +480,7 @@ make_bones:
     /* final resting place, used to decide when bones are discovered */
     newbones->frpx = u.ux, newbones->frpy = u.uy;
     newbones->bonesknown = FALSE;
-    /* if current character died on a bones level, the cememtery list
+    /* if current character died on a bones level, the cemetery list
        will have multiple entries, most recent (this dead hero) first */
     newbones->next = level.bonesinfo;
     level.bonesinfo = newbones;