src/HOL/Import/shuffler.ML
changeset 15661 9ef583b08647
parent 15574 b1d1b5bfc464
child 15794 5de27a5fc5ed
--- a/src/HOL/Import/shuffler.ML	Thu Apr 07 09:24:35 2005 +0200
+++ b/src/HOL/Import/shuffler.ML	Thu Apr 07 09:25:33 2005 +0200
@@ -304,7 +304,7 @@
 		val lhs = #1 (Logic.dest_equals (prop_of (final init)))
 	    in
 		if not (lhs aconv origt)
-		then (writeln "SOMEthing is utterly wrong: (orig,lhs,frozen type,t,tinst)";
+		then (writeln "Something is utterly wrong: (orig,lhs,frozen type,t,tinst)";
 		      writeln (string_of_cterm (cterm_of sg origt));
 		      writeln (string_of_cterm (cterm_of sg lhs));
 		      writeln (string_of_cterm (cterm_of sg typet));
@@ -359,7 +359,7 @@
 		val lhs = #1 (Logic.dest_equals (prop_of (final init)))
 	    in
 		if not (lhs aconv origt)
-		then (writeln "SOMEthing is utterly wrong: (orig,lhs,frozen type,t,tinst)";
+		then (writeln "Something is utterly wrong: (orig,lhs,frozen type,t,tinst)";
 		      writeln (string_of_cterm (cterm_of sg origt));
 		      writeln (string_of_cterm (cterm_of sg lhs));
 		      writeln (string_of_cterm (cterm_of sg typet));