From: Kornel Benko Date: Tue, 21 May 2013 11:26:26 +0000 (+0200) Subject: Typo X-Git-Tag: 2.1.0beta1~194 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=82bca55a1f1d1e13da86e6d335ea4c1859fcc79b;p=features.git Typo --- diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py index a510a3faaf..cbe0b50e6b 100755 --- a/development/autotests/keytest.py +++ b/development/autotests/keytest.py @@ -391,7 +391,7 @@ while not failed: time.sleep(0.5) if not lyx_exists(): print "LyX instance not found because of crash or assert !\n" - failed = true + failed = True else: print "Terminating lyx instance: " + str(lyx_pid) + "\n" intr_system("kill -9 " + str(lyx_pid), True);