aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqOps.ml
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-30 16:10:33 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-10-30 16:10:33 +0100
commit8d99e4bf4c54e9eabb0910740f79375ff399b844 (patch)
tree516fd5ef03c92a528631d2f3a202a8b4b0d346c4 /ide/coqOps.ml
parenta3a17b514a2ffaba54cd182fdf27b7e84366ab44 (diff)
Fix typo.
Diffstat (limited to 'ide/coqOps.ml')
-rw-r--r--ide/coqOps.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqOps.ml b/ide/coqOps.ml
index ba9ab9672..c7e0810fd 100644
--- a/ide/coqOps.ml
+++ b/ide/coqOps.ml
@@ -559,7 +559,7 @@ object(self)
if Queue.is_empty queue then conclude topstack else
match Queue.pop queue, topstack with
| `Skip(start,stop), [] ->
- logger Pp.Error "You muse close the proof with Qed or Admitted";
+ logger Pp.Error "You must close the proof with Qed or Admitted";
self#discard_command_queue queue;
conclude []
| `Skip(start,stop), (_,s) :: topstack ->