]> matita.cs.unibo.it Git - helm.git/commitdiff
typo fixed
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Jul 2005 12:21:18 +0000 (12:21 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Jul 2005 12:21:18 +0000 (12:21 +0000)
helm/matita/matitaScript.ml

index af7b02a82f70a9e6765562b44413ca125418a13d..48cc9111bdad5c9c8511ef8f36d35ef1ee3a4145 100644 (file)
@@ -108,7 +108,7 @@ let eval_with_engine guistuff status user_goal parsed_text st =
       | TA.Command (_, TA.Include _) -> DisambiguateTypes.Environment.empty
       | _ -> MatitaSync.alias_diff ~from:status new_status
   in
-  (* we remove the defined object since we consider them "automathic aliases" *)
+  (* we remove the defined object since we consider them "automatic aliases" *)
   let new_aliases = 
     let module DTE = DisambiguateTypes.Environment in
     let module UM = UriManager in