]> matita.cs.unibo.it Git - helm.git/commitdiff
fixed some english typos
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 27 Sep 2005 16:37:47 +0000 (16:37 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 27 Sep 2005 16:37:47 +0000 (16:37 +0000)
helm/matita/matitaScript.ml
helm/matita/matitaSync.ml

index 334f3cbe1a608ac3da58d4abaa95a567fec2e3dc..dcb0baebf155699fd7fbddc02e4c7b8110fc717b 100644 (file)
@@ -180,7 +180,7 @@ let eval_with_engine guistuff status user_goal parsed_text st =
         let title = "Unable to include " ^ what in
         let message = 
          what ^ " is <b>not</b> handled by a development.\n" ^
-         "All dependencies are authomatically solved for a development.\n\n" ^
+         "All dependencies are automatically solved for a development.\n\n" ^
          "<i>Do you want to set up a development?</i>"
         in
         (match guistuff.ask_confirmation ~title ~message with
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) ->