From 5fae5ff49bfc9c96c03c52f5e2a5caa52ac40d03 Mon Sep 17 00:00:00 2001 From: Tim King Date: Tue, 3 Nov 2015 23:20:04 -0800 Subject: [PATCH] Fixing typo. --- src/theory/arith/theory_arith_private.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2