fix typos
authorhuffman
Wed, 28 Dec 2011 12:55:37 +0100
changeset 46014 2b63c77ba9c3
parent 46013 d2f179d26133
child 46015 713c1f396e33
fix typos
NEWS
--- a/NEWS	Wed Dec 28 12:52:23 2011 +0100
+++ b/NEWS	Wed Dec 28 12:55:37 2011 +0100
@@ -70,7 +70,7 @@
 it is often sufficent to prune any tinkering with former theorems mem_def
 and Collect_def.
 
-* Theory HOL/Library/AList has been renamed to AList_Impl. INCOMPABILITY.
+* Theory HOL/Library/AList has been renamed to AList_Impl. INCOMPATIBILITY.
 
 * 'datatype' specifications allow explicit sort constraints.
 
@@ -122,13 +122,13 @@
   word_of_int_0_hom ~> word_0_wi
   word_of_int_1_hom ~> word_1_wi
 
-* Clarified attribute "mono_set": pure declararation without modifying
+* Clarified attribute "mono_set": pure declaration without modifying
 the result of the fact expression.
 
 * "Transitive_Closure.ntrancl": bounded transitive closure on
 relations.
 
-* Constant "Set.not_member" now qualifed.  INCOMPATIBILITY.
+* Constant "Set.not_member" now qualified.  INCOMPATIBILITY.
 
 * "sublists" moved to theory More_List.  INCOMPATIBILITY.