]> git.lyx.org Git - features.git/commitdiff
Typo
authorKornel Benko <kornel@lyx.org>
Tue, 21 May 2013 11:26:26 +0000 (13:26 +0200)
committerKornel Benko <kornel@lyx.org>
Tue, 21 May 2013 11:26:26 +0000 (13:26 +0200)
development/autotests/keytest.py

index a510a3faafd8bc10d895b0909e791682ece9fc2d..cbe0b50e6b60f0ea11969eb9a0e2cfe6c236accb 100755 (executable)
@@ -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);