From 3079060385f448ca97dcfc4679ca369806a75ed0 Mon Sep 17 00:00:00 2001 From: Fabian Wolff Date: Wed, 5 Apr 2017 00:47:10 +0200 Subject: Fix several spelling errors --- src/theory/arith/arith_rewriter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/arith/arith_rewriter.cpp') diff --git a/src/theory/arith/arith_rewriter.cpp b/src/theory/arith/arith_rewriter.cpp index 6087ab70f..4d7e9deef 100644 --- a/src/theory/arith/arith_rewriter.cpp +++ b/src/theory/arith/arith_rewriter.cpp @@ -212,7 +212,7 @@ RewriteResponse ArithRewriter::postRewriteTerm(TNode t){ // Todo improve the exception thrown std::stringstream ss; ss << "The POW(^) operator can only be used with a natural number "; - ss << "in the exponent. Exception occured in:" << std::endl; + ss << "in the exponent. Exception occurred in:" << std::endl; ss << " " << t; throw LogicException(ss.str()); } -- cgit v1.2.3