# HG changeset patch # User Bernhard Reiter # Date 1486742352 -3600 # Node ID f8e24b2b6b6aba51302a792dbb61f0a79dea8020 # Parent 85c65a59742033dc2ddb17af600ac162d3ee6097 Cleanup, tiny: fixes typo in Comment. diff -r 85c65a597420 -r f8e24b2b6b6a ppgen.py --- a/ppgen.py Thu Oct 06 17:28:46 2016 +0200 +++ b/ppgen.py Fri Feb 10 16:59:12 2017 +0100 @@ -53,7 +53,7 @@ # Using the dictionary from Ding **customize** d = readDingDict(filename="/usr/share/trans/de-en", useLeft=True) - ## for debugging purpuses, dump dictionary + ## for debugging purposes, dump dictionary if options.ddump_filename: print("Writing out dictionary in '{}'.".format(options.ddump_filename)) with open(options.ddump_filename, "w") as f: