smtbmc: Fix typo in error message.
authorAlberto Gonzalez <boqwxp@airmail.cc>
Tue, 19 May 2020 16:13:44 +0000 (16:13 +0000)
committerAlberto Gonzalez <boqwxp@airmail.cc>
Tue, 19 May 2020 16:13:44 +0000 (16:13 +0000)
Co-Authored-By: N. Engelhardt <nak@symbioticeda.com>
backends/smt2/smtbmc.py

index f1f55be1cad928a7bec397cf24700c7a703a0bca..cc3ebb1295fa63ce9f1424450fb3546d3c67d05d 100644 (file)
@@ -1511,7 +1511,7 @@ else:  # not tempind, covermode
                             smt_assert_consequent(get_constr_expr(constr_assumes, i))
                         print_msg("Re-solving with appended steps..")
                         if smt_check_sat() == "unsat":
-                            print("%s Cannot appended steps without violating assumptions!" % smt.timestamp())
+                            print("%s Cannot append steps without violating assumptions!" % smt.timestamp())
                             retstatus = "FAILED"
                             break
                     print_anyconsts(step)