From 4e3cad5702902b925727fcec01babb1fec5c1818 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 12 Oct 2014 10:15:07 -0400 Subject: [PATCH] Fixed minor typo --- hscommon/sphinxgen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hscommon/sphinxgen.py b/hscommon/sphinxgen.py index 018ba578..2f887dda 100644 --- a/hscommon/sphinxgen.py +++ b/hscommon/sphinxgen.py @@ -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") +