summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/sygus_explain.h
diff options
context:
space:
mode:
authorFabianWolff <fabi.wolff@arcor.de>2018-07-30 18:28:11 +0200
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-30 11:28:11 -0500
commit46520451e7f6408c6caf3e52a15672732abc5911 (patch)
tree8361b25d52b5c66522786af7affdee94df07add6 /src/theory/quantifiers/sygus/sygus_explain.h
parent1f9d6d3c9d836d6219b8aaf717f7129c7710c9c8 (diff)
Fix several spelling errors (#2231)
Diffstat (limited to 'src/theory/quantifiers/sygus/sygus_explain.h')
-rw-r--r--src/theory/quantifiers/sygus/sygus_explain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/sygus/sygus_explain.h b/src/theory/quantifiers/sygus/sygus_explain.h
index 4efc171d3..3f18a65d6 100644
--- a/src/theory/quantifiers/sygus/sygus_explain.h
+++ b/src/theory/quantifiers/sygus/sygus_explain.h
@@ -65,7 +65,7 @@ class TermRecBuild
/** get the i^th child of the active term */
Node getChild(unsigned i);
/** build the (modified) version of the term
- * we intialized via the call to init().
+ * we initialized via the call to init().
*/
Node build(unsigned p = 0);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback