summaryrefslogtreecommitdiff
path: root/src/theory/idl/idl_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/idl/idl_model.h')
-rw-r--r--src/theory/idl/idl_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/idl/idl_model.h b/src/theory/idl/idl_model.h
index 22e05c469..c69a0c38f 100644
--- a/src/theory/idl/idl_model.h
+++ b/src/theory/idl/idl_model.h
@@ -33,7 +33,7 @@ namespace idl {
struct IDLReason {
/** The variable of the reason */
TNode x;
- /** The constraint of the reaason */
+ /** The constraint of the reason */
TNode constraint;
IDLReason(TNode x, TNode constraint)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback