Fix typos

This commit is contained in:
Thibault Févry 2013-07-13 21:10:20 +02:00
parent 55244205f7
commit 34bcf22807
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
# Some are old, some are new, some are secret, and some are well-known
# Something counts as a hidden goodie if the effect is not advertised or must be discovered somehow
# The list doesn't include any of the "pop-up" monsters, which are at best annoying
# - if you defeat two or more leaders in Elves Beseiged, the orcish army is weakened enough such that there are far fewer ambushes in Crossroads
# - if you defeat two or more leaders in Elves Besieged, the orcish army is weakened enough such that there are far fewer ambushes in Crossroads
# - if you completely liberate Blackwater Port on HARD, you are given a free knight
# - if you completely eliminate the undead presence on the Isle of the Damned, Moremirmu joins your party
# - if you do not completely eliminate the undead presence on the Isle of the Damned, Moremirmu returns to help you in the Valley of Death

View file

@ -84,7 +84,7 @@ convert the terrain codes located in terrain.cfg to wiki formatted text.')
parser.add_argument('-f', '--file', default='data/core/terrain.cfg',
dest='path', help="The location of the terrain.cfg file.")
parser.add_argument('-o', '--output', default='/tmp/TerrainCodeTableWML',
dest='output_path', help="The location of the ouput file.")
dest='output_path', help="The location of the output file.")
args = parser.parse_args()
path = args.path