summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/arith/theory_arith_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.cpp b/src/theory/arith/theory_arith_private.cpp
index 328a07a24..c9c45af2f 100644
--- a/src/theory/arith/theory_arith_private.cpp
+++ b/src/theory/arith/theory_arith_private.cpp
@@ -331,7 +331,7 @@ TheoryArithPrivate::Statistics::Statistics()
, d_cutsRejectedDuringLemmas("theory::arith::z::approx::external::cuts::rejected", 0)
, d_satPivots("theory::arith::pivots::sat")
, d_unsatPivots("theory::arith::pivots::unsat")
- , d_unknownPivots("theory::arith::pivots::unkown")
+ , d_unknownPivots("theory::arith::pivots::unknown")
, d_solveIntModelsAttempts("theory::arith::z::solveInt::models::attempts", 0)
, d_solveIntModelsSuccessful("theory::arith::zzz::solveInt::models::successful", 0)
, d_mipTimer("theory::arith::z::approx::mip::timer")
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback