summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 13:08:00 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-03 13:08:00 -0400
commit89ce2eb5c066d4fb6d6e9a23cd9c80ca39eb2493 (patch)
tree5ad57159d571756118d16867e62615a2b21c384d /src/theory/theory_engine.h
parentc9c41118eb3af8c882019a6e978e838ac793002d (diff)
Some final minor changes before cutting 1.1.
* update documentation * update the cut-release script * spelling/wording updates * add a (previously-failing) fuzzer regression
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index fad6c1839..9abdaa034 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -299,7 +299,7 @@ class TheoryEngine {
NodeManager* curr = NodeManager::currentNM();
Node restartVar = curr->mkSkolem("restartVar",
curr->booleanType(),
- "A boolean variable assrted to be true to force a restart");
+ "A boolean variable asserted to be true to force a restart");
Trace("theory::restart") << "EngineOutputChannel<" << d_theory << ">::restart(" << restartVar << ")" << std::endl;
++ d_statistics.restartDemands;
lemma(restartVar, true);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback