aboutsummaryrefslogtreecommitdiff
path: root/ide/coq.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coq.mli')
-rw-r--r--ide/coq.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.mli b/ide/coq.mli
index c707d5768b..e96d03ae1b 100644
--- a/ide/coq.mli
+++ b/ide/coq.mli
@@ -18,7 +18,7 @@ type hyp = env * evar_map *
type concl = env * evar_map * constr * string
type goal = hyp list * concl
-val get_curent_goals : unit -> goal list
+val get_current_goals : unit -> goal list
val print_no_goal : unit -> string