Fixed typos in comment
authorpaulson
Wed, 23 Apr 1997 11:00:48 +0200
changeset 3017 84c2178db936
parent 3016 15763781afb0
child 3018 e65b60b28341
Fixed typos in comment
src/FOL/ex/cla.ML
--- a/src/FOL/ex/cla.ML	Wed Apr 23 10:54:22 1997 +0200
+++ b/src/FOL/ex/cla.ML	Wed Apr 23 11:00:48 1997 +0200
@@ -349,8 +349,8 @@
 goal FOL.thy "(ALL x. ALL y. q(x,y) <-> (ALL z. p(z,x) <-> p(z,y)))     \
 \         --> (ALL x. ALL y. q(x,y) <-> q(y,x))";
 by (Blast_tac 1);
-(*Other proofs: Can use Auto_tac(), whidh cheats by using rewriting!  
-  Deepen_tac alone it requires 253 secs.  Or
+(*Other proofs: Can use Auto_tac(), which cheats by using rewriting!  
+  Deepen_tac alone requires 253 secs.  Or
   by (mini_tac 1 THEN Deepen_tac 5 1);
 *)
 result();