Fix a couple of typos

Signed-off-by: Horst H. von Brand <vonbrand@inf.utfsm.cl>
This commit is contained in:
Horst H. von Brand 2018-11-11 22:44:33 -03:00
parent 25765a1b0f
commit bc84afd2e5
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# This is the open-adventure dungeon generator. It consumes a YAML description of
# the dungeon and outputs a dungeon.h and dungeon.c pair of C code files.