Fixed minor typo

This commit is contained in:
Virgil Dupras 2014-10-12 10:15:07 -04:00
parent 321f8ab406
commit 4e3cad5702
1 changed files with 2 additions and 1 deletions

View File

@ -69,4 +69,5 @@ def gen(basepath, destpath, changelogpath, tixurl, confrepl=None, confpath=None,
try:
cmd(['sphinx-build', basepath, destpath])
except SystemExit:
print("Sphinx called sys.exit(), but we're cancelling it because we don't acutally want to exit")
print("Sphinx called sys.exit(), but we're cancelling it because we don't actually want to exit")