fix typo in `write_smt2` help
authorTeguh Hofstee <teguhhofstee@gmail.com>
Mon, 23 Mar 2020 09:14:26 +0000 (02:14 -0700)
committerTeguh Hofstee <teguhhofstee@gmail.com>
Mon, 23 Mar 2020 09:14:26 +0000 (02:14 -0700)
backends/smt2/smt2.cc
manual/command-reference-manual.tex

index ea252b6b9459c2744c7f84b1d72d670f22c9b3a6..6287658313c6e1c86da19f16237a926c6f8c218a 100644 (file)
@@ -1394,7 +1394,7 @@ struct Smt2Backend : public Backend {
                log("\n");
                log("For this proof we create the following template (test.tpl).\n");
                log("\n");
-               log("        ; we need QF_UFBV for this poof\n");
+               log("        ; we need QF_UFBV for this proof\n");
                log("        (set-logic QF_UFBV)\n");
                log("\n");
                log("        ; insert the auto-generated code here\n");
index bed6326e2446a94fabaa79f967e709dce66aa3d9..4925defe3f310fa303f020855f9833af01e2bbfd 100644 (file)
@@ -5350,7 +5350,7 @@ never transition from a non-zero value to a zero value.
 
 For this proof we create the following template (test.tpl).
 
-        ; we need QF_UFBV for this poof
+        ; we need QF_UFBV for this proof
         (set-logic QF_UFBV)
 
         ; insert the auto-generated code here