From: Stefano Zacchiroli Date: Mon, 19 Apr 2004 08:38:12 +0000 (+0000) Subject: fixed a typo (inside a comment) X-Git-Tag: dead_dir_walking~44 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=1fb8d0192e1f7ee891c53dc282c9c9f111e63e3c fixed a typo (inside a comment) --- diff --git a/helm/ocaml/cic_omdoc/eta_fixing.ml b/helm/ocaml/cic_omdoc/eta_fixing.ml index 6d5ce9833..167244c28 100644 --- a/helm/ocaml/cic_omdoc/eta_fixing.ml +++ b/helm/ocaml/cic_omdoc/eta_fixing.ml @@ -216,7 +216,7 @@ let eta_fix metasenv context t = (match CicEnvironment.get_obj uri with C.Constant (_,_,ty,_) -> ty | C.Variable _ -> raise ReferenceToVariable - | C.CurrentProof (_,_,_,_,params) -> raise RferenceToCurrentProof + | C.CurrentProof (_,_,_,_,params) -> raise ReferenceToCurrentProof | C.InductiveDefinition _ -> raise ReferenceToInductiveDefinition ) in fix_according_to_type