summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.stanford.edu>2017-04-05 23:32:12 -0700
committerGitHub <noreply@github.com>2017-04-05 23:32:12 -0700
commitf134f6845711821583c594acab5008eb5662888e (patch)
treeb7aa244518afb1c33fdd34ad466a755f5ee96677 /src/theory/arith
parentc03e334d8d204d4083c4bdf2674d1438fdeab394 (diff)
parent3079060385f448ca97dcfc4679ca369806a75ed0 (diff)
Merge pull request #143 from FabianWolff/master
Fix several spelling errors
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/arith_rewriter.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback