From: Enrico Tassi Date: Fri, 29 Apr 2005 12:09:33 +0000 (+0000) Subject: fixed a typo X-Git-Tag: single_binding~137 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=0145665ab4746d68be09529bf6516eab26a50f72;p=helm.git fixed a typo --- diff --git a/helm/ocaml/metadata/test.ml b/helm/ocaml/metadata/test.ml index 0264681bc..43b29e4b6 100644 --- a/helm/ocaml/metadata/test.ml +++ b/helm/ocaml/metadata/test.ml @@ -39,6 +39,7 @@ end else with | _ -> prerr_endline - ("total persing time " ^ (string_of_float !CicEnvironment.total_time)); + ("total persing time " ^ + (string_of_float !CicEnvironment.total_prasing_time)); close_in ic