src/Provers/Arith/fast_lin_arith.ML
changeset 23197 f96d909eda37
parent 23195 f065f7c846fe
child 23261 85f27f79232f
--- a/src/Provers/Arith/fast_lin_arith.ML	Sat Jun 02 00:09:02 2007 +0200
+++ b/src/Provers/Arith/fast_lin_arith.ML	Sat Jun 02 03:15:35 2007 +0200
@@ -270,7 +270,7 @@
   in pick_vars discr (rineqs,replicate n Rat.zero) end;
 
 (* ------------------------------------------------------------------------- *)
-(* End of counter example finder. The actual decision procedure starts here. *)
+(* End of counterexample finder. The actual decision procedure starts here.  *)
 (* ------------------------------------------------------------------------- *)
 
 (* ------------------------------------------------------------------------- *)
@@ -548,7 +548,7 @@
   curry (op ~~) sds
   #> map print_atom
   #> commas
-  #> curry (op ^) "Counter example (possibly spurious):\n";
+  #> curry (op ^) "Counterexample (possibly spurious):\n";
 
 fun trace_ex (sg, params, atoms, discr, n, hist : history) =
   case hist of
@@ -563,7 +563,7 @@
           handle NoEx => NONE
     in
       case ex of
-        SOME s => (warning "arith failed - see trace for a counter example"; tracing s)
+        SOME s => (warning "arith failed - see trace for a counterexample"; tracing s)
       | NONE => warning "arith failed"
     end;