From eb49f4d0d2f211117ea4da472ccfabb71b9f8689 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 18 Nov 2018 16:27:06 -0500 Subject: [PATCH] Comment polishing. --- make_dungeon.py | 2 +- tests/dwarf_alternative.log | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make_dungeon.py b/make_dungeon.py index 2601578..63eee94 100755 --- a/make_dungeon.py +++ b/make_dungeon.py @@ -440,7 +440,7 @@ def buildtravel(locs, objs): # At this point the ltravel data is in the Section 3 # representation from the FORTRAN version. Next we perform the - # same mapping into wgat used to be the runtime format. + # same mapping into what used to be the runtime format. travel = [[0, "LOC_NOWHERE", 0, 0, 0, 0, 0, 0, "false", "false"]] tkey = [0] diff --git a/tests/dwarf_alternative.log b/tests/dwarf_alternative.log index d64af52..69a0619 100644 --- a/tests/dwarf_alternative.log +++ b/tests/dwarf_alternative.log @@ -1,4 +1,4 @@ -# Check that dwarf spawns in alternative location (fuzzed) +## Check that dwarf spawns in alternative location (fuzzed) n seed 383847 in -- 2.31.1