Bump save version number in a test.
[open-adventure.git] / make_dungeon.py
index 260157847530b9eef0196fb7a20b6112be8dbb6e..63eee94ed241863772ee71465c6a25b7d07e7c7c 100755 (executable)
@@ -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]