fixed comment;
authorwenzelm
Thu, 13 Jul 2000 23:13:52 +0200
changeset 9316 e58778cc4d22
parent 9315 f793f05024f6
child 9317 7a72952ca068
fixed comment;
src/HOL/ex/set.ML
--- a/src/HOL/ex/set.ML	Thu Jul 13 23:13:10 2000 +0200
+++ b/src/HOL/ex/set.ML	Thu Jul 13 23:13:52 2000 +0200
@@ -81,7 +81,7 @@
 qed "";
 
 
-(*** The Schroder-Berstein Theorem ***)
+(*** The Schroeder-Berstein Theorem ***)
 
 Goal "[| -(f``X) = g``(-X);  f(a)=g(b);  a:X |] ==> b:X";
 by (Blast_tac 1);