aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-08-10 19:25:10 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-08-10 19:25:10 +0000
commit71b3fd6a61aa58e88c4248dea242420ac7f8f437 (patch)
treeae693217bbf7e8384ac7249866cdd99f10a2f06c /proofs/proofview.mli
parentf1e41151480f94ebf72e1c1af873365f5ec4a2e9 (diff)
Fixing typos in comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14406 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index 3ec6df49c..e8cf7d26d 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -107,7 +107,7 @@ val tclUNIT : 'a -> 'a tactic
(* Bind operation of the tactic monad *)
val tclBIND : 'a tactic -> ('a -> 'b tactic) -> 'b tactic
-(* Interpetes the ";" (semicolon) of Ltac.
+(* Interprets the ";" (semicolon) of Ltac.
As a monadic operation, it's a specialized "bind"
on unit-returning tactic (meaning "there is no value to bind") *)
val tclTHEN : unit tactic -> 'a tactic -> 'a tactic