]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaSync.ml
fixed some english typos
[helm.git] / helm / matita / matitaSync.ml
index f2c9d6e336858c9d236524a5752c81ce1f00ce09..754197bb77fdc59fd6f21564ec6cb75609552f76 100644 (file)
@@ -64,7 +64,7 @@ let set_proof_aliases status new_aliases =
     new_status
 
 (** given a uri and a type list (the contructors types) builds a list of pairs
- *  (name,uri) that is used to generate authomatic aliases **)
+ *  (name,uri) that is used to generate automatic aliases **)
 let extract_alias types uri = 
   fst(List.fold_left (
     fun (acc,i) (name, _, _, cl) ->