summaryrefslogtreecommitdiff
path: root/src/prop
diff options
context:
space:
mode:
authorFabianWolff <fabi.wolff@arcor.de>2018-07-30 18:28:11 +0200
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-07-30 11:28:11 -0500
commit46520451e7f6408c6caf3e52a15672732abc5911 (patch)
tree8361b25d52b5c66522786af7affdee94df07add6 /src/prop
parent1f9d6d3c9d836d6219b8aaf717f7129c7710c9c8 (diff)
Fix several spelling errors (#2231)
Diffstat (limited to 'src/prop')
-rw-r--r--src/prop/bvminisat/core/Solver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prop/bvminisat/core/Solver.cc b/src/prop/bvminisat/core/Solver.cc
index 8d71e2f65..740c2e5e6 100644
--- a/src/prop/bvminisat/core/Solver.cc
+++ b/src/prop/bvminisat/core/Solver.cc
@@ -138,7 +138,7 @@ Solver::Solver(CVC4::context::Context* c) :
, ca ()
// even though these are temporaries and technically should be set
- // before calling, lets intialize them. this will reduces chances of
+ // before calling, lets initialize them. this will reduces chances of
// non-determinism in portfolio (parallel) solver if variables are
// being (incorrectly) used without initialization.
, seen(), analyze_stack(), analyze_toclear(), add_tmp()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback